fix:401处理策略调整(仅发送事件会有意外的bug,改用清除本地登录信息+事件)

This commit is contained in:
Max
2023-11-20 16:33:12 +08:00
parent ef5e0a8f59
commit 865dbb09b6
5 changed files with 3 additions and 10 deletions

View File

@@ -26,7 +26,6 @@ object TelephonyUtils : ILog {
}
}
logD("getNetWorkOperatorTest: 在CDMA网络上不可靠所以不用这种方法")
if (!tm.networkOperator.isNullOrEmpty() && tm.networkOperator.startsWith("460")) {
return true
}