mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 11:21:18 +08:00
修复 时钟显秒开关失效
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user