Commit ceedf52f authored by sheteng's avatar sheteng

加速修改模式切换1

parent 8885f6de
......@@ -126,6 +126,7 @@ object AuthManager {
if (data.state != BaseService.State.Connected) {
return
}
NetworkAdapter.initNetworks(Core.deviceStorage)
scheduleAtFixedRate?.cancel(false)
var failedCount: Int = 0
scheduleAtFixedRate = executor.scheduleAtFixedRate({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment