mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
修复“设置匹配模式”默认选择BUG
This commit is contained in:
parent
32371c8a58
commit
e3d94c1650
@ -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