Merge branch 'main' into main

This commit is contained in:
YuKongA
2022-03-11 19:48:15 +08:00
committed by GitHub
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")
)
)
}
}