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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user