1.1.7业务开发

This commit is contained in:
wangcongtao
2020-10-20 15:08:40 +08:00
parent 61e769ce9f
commit 19ec14f83e
6 changed files with 40 additions and 4 deletions

View File

@@ -233,7 +233,10 @@ public class EntranceFragment extends MvpFragment<EntranceView, EntrancePresente
mStatusManager.setDisplayOverview(TAG, false);
UiThreadHandler.removeCallbacks(mLockCarRunnable);
}
mApis.getRefreshStrategyControllerApi().restartAutoRefreshAtTime( 0 );
if ( !mApis.getRefreshStrategyControllerApi().restartAutoRefreshAtTime( 0 ) ) {
mStatusManager.setUserInteractionStatus(TAG, true, false);
mMApUIController.recoverLockMode();
}
}
} );