更新版本号至 1.6.6

This commit is contained in:
LittleTurtle2333
2022-06-16 16:26:30 +08:00
parent 693b707922
commit 3cd3b87707
8 changed files with 84 additions and 92 deletions

View File

@@ -300,6 +300,10 @@ class SettingsActivity : MIUIActivity() {
onClickListener = { showFragment("hide_icon") }
)
)
TextWithSwitch(
TextV(resId = R.string.show_wifi_standard),
SwitchV("show_wifi_standard")
)
val customMobileTypeTextBinding = GetDataBinding(object : DefValue {
override fun getValue(): Any {
return safeSP.getBoolean("custom_mobile_type_text_switch", false)
@@ -362,10 +366,6 @@ class SettingsActivity : MIUIActivity() {
2 -> view.visibility = if (data as Boolean) View.VISIBLE else View.GONE
}
}
TextWithSwitch(
TextV(resId = R.string.show_wifi_standard),
SwitchV("show_wifi_standard")
)
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.big_mobile_type_icon