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