新增Alpha充电动画

This commit is contained in:
YifePlayte
2022-03-11 14:35:46 +08:00
parent e86021d014
commit c5ed4139a7
7 changed files with 58 additions and 0 deletions

View File

@@ -882,6 +882,14 @@ class SettingsActivity : MIUIActivity() {
SwitchV("remove_lock_screen_camera")
)
)
add(
TextSummaryWithSwitchV(
TextSummaryV(
textId = R.string.enable_wave_charge_animation
),
SwitchV("enable_wave_charge_animation")
)
)
}
}