mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-15 18:13:57 +00:00
修复“设置匹配模式”默认选择BUG
This commit is contained in:
parent
28027ae66b
commit
1d27834533
@ -153,6 +153,8 @@ public class RuleActivity extends AppCompatActivity {
|
||||
} else {
|
||||
radioGroupRuleCheck2.check(ruleCheckCheckId);
|
||||
}
|
||||
} else {
|
||||
radioGroupRuleCheck.check(R.id.btnIs);
|
||||
}
|
||||
|
||||
final RadioGroup radioGroupSimSlot = (RadioGroup) view1.findViewById(R.id.radioGroupSimSlot);
|
||||
|
@ -112,7 +112,6 @@
|
||||
<RadioButton
|
||||
android:id="@+id/btnIs"
|
||||
style="@style/rg_rb_style"
|
||||
android:checked="true"
|
||||
android:text="是 " />
|
||||
|
||||
<RadioButton
|
||||
|
Loading…
Reference in New Issue
Block a user