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