mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
修复 时钟显秒开关失效
This commit is contained in:
@@ -287,7 +287,7 @@ class SystemUI : IXposedHookLoadPackage {
|
||||
if (prefs.hasFileChanged()) {
|
||||
prefs.reload()
|
||||
}
|
||||
if (prefs.getBoolean("statusbar_time_seconds", false)) {
|
||||
if (prefs.getBoolean("status_bar_time_seconds", false)) {
|
||||
var c: Context? = null
|
||||
val classIfExists = XposedHelpers.findClassIfExists(
|
||||
"com.android.systemui.statusbar.views.MiuiClock",
|
||||
|
||||
Reference in New Issue
Block a user