mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-12 03:11:18 +08:00
修复A13大移动类型图标的一些问题
This commit is contained in:
@@ -64,10 +64,8 @@ object StatusBarBigMobileTypeIconForT : HookRegister() {
|
||||
mobileTypeSingle.setPadding(
|
||||
leftAndRightMargin, upAndDownPosition, leftAndRightMargin, 0
|
||||
)
|
||||
//显示非上网卡的大图标
|
||||
if (!mobileIconState.getObjectAs<Boolean>("dataConnected") && !mobileIconState.getObjectAs<Boolean>("wifiAvailable")) {
|
||||
mobileTypeSingle.visibility = View.VISIBLE
|
||||
}
|
||||
|
||||
it.thisObject.invokeMethodAuto("updateState",mobileIconState)
|
||||
}
|
||||
//显示非上网卡的大图标
|
||||
if (!isOnlyShowNetwork) {
|
||||
|
||||
Reference in New Issue
Block a user