mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
Update HideNetworkSpeedSplitter.kt
This commit is contained in:
@@ -18,7 +18,7 @@ class HideNetworkSpeedSplitter : IXposedHookLoadPackage {
|
||||
override fun afterHookedMethod(param: MethodHookParam) {
|
||||
if (XSPUtils.getBoolean("hide_network_speed_splitter", false)) {
|
||||
val textView = param.thisObject as TextView
|
||||
textView.text = " "
|
||||
textView.text = ""
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user