mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
优化锁屏电流显示
This commit is contained in:
@@ -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")
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user