增加异常日志记录,接口报错提示,app启动时有网络不再进行倒计时处理

This commit is contained in:
mazengfei
2026-03-23 10:12:11 +08:00
parent 8a83de3238
commit 441d40b584
5 changed files with 23 additions and 7 deletions
@@ -65,6 +65,10 @@ class InitActivity : BaseActivity() {
override fun onResume() {
super.onResume()
if (NetworkUtils.isNetworkConnected(this)) {
navigateToHome()
return
}
startCountdown()
}