修复A13大移动类型图标的一些问题

This commit is contained in:
LittleTurtle2333
2023-02-17 22:24:32 +08:00
parent 5f5bc6572c
commit 4ed3e40e99

View File

@@ -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) {