Merge pull request #47 from YifePlayte/main

新增Alpha充电动画
This commit is contained in:
乌堆小透明
2022-03-11 17:50:54 +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")
)
)
}
}