mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
修复 部分第三方主题无法隐藏/s
This commit is contained in:
@@ -396,7 +396,10 @@ class SystemUI : IXposedHookLoadPackage {
|
|||||||
prefs.reload()
|
prefs.reload()
|
||||||
}
|
}
|
||||||
if (prefs.getBoolean("hide_status_bar_network_speed_second", false)) {
|
if (prefs.getBoolean("hide_status_bar_network_speed_second", false)) {
|
||||||
param.args[0] = (param.args[0] as String).replace("/s", "")
|
param.args[0] = (param.args[0] as String)
|
||||||
|
.replace("/", "")
|
||||||
|
.replace("s","")
|
||||||
|
.replace("'","")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user