Merge branch 'dev_MogoAP_eagle-220_211207_8.0.15' into dev_move_old_model

# Conflicts:
#	modules/mogo-module-main/src/main/java/com/mogo/module/main/service/MogoMainService.java
This commit is contained in:
donghongyu
2021-12-23 17:15:47 +08:00
3 changed files with 30 additions and 4 deletions

View File

@@ -91,7 +91,8 @@ class MogoMainService extends Service implements IMogoLocationListener {
private void startTanluService() {
UiThreadHandler.postDelayed(() -> {
if (mServiceApis != null) {
Logger.d(TAG, "startTanluService ---------- ");
if (mServiceApis != null && mServiceApis.getTanluApi() != null) {
mServiceApis.getTanluApi().startTanluService();
}
}, 2_000L