优化锁屏电流显示

This commit is contained in:
乌堆小透明
2022-03-14 01:48:02 +08:00
parent df72a5f363
commit dc7e45e4ad
3 changed files with 17 additions and 5 deletions

View File

@@ -945,9 +945,10 @@ class SettingsActivity : MIUIActivity() {
add(
TextSummaryWithSwitchV(
TextSummaryV(
textId = R.string.lock_screen_current,
textId = R.string.lock_screen_charging_current,
tipsId = R.string.only_official_default_themes_are_supported
),
SwitchV("lock_screen_current")
SwitchV("lock_screen_charging_current")
)
)
}