修复 时钟显秒开关失效

This commit is contained in:
LittleTurtle2333
2022-02-17 20:38:56 +08:00
parent 28faf816fc
commit c96ba29c20

View File

@@ -287,7 +287,7 @@ class SystemUI : IXposedHookLoadPackage {
if (prefs.hasFileChanged()) { if (prefs.hasFileChanged()) {
prefs.reload() prefs.reload()
} }
if (prefs.getBoolean("statusbar_time_seconds", false)) { if (prefs.getBoolean("status_bar_time_seconds", false)) {
var c: Context? = null var c: Context? = null
val classIfExists = XposedHelpers.findClassIfExists( val classIfExists = XposedHelpers.findClassIfExists(
"com.android.systemui.statusbar.views.MiuiClock", "com.android.systemui.statusbar.views.MiuiClock",