Merge branch 'dev' into demo/shunyi_v2v_merge

This commit is contained in:
unknown
2020-09-10 17:56:12 +08:00
9 changed files with 38 additions and 30 deletions

View File

@@ -82,7 +82,7 @@ class MogoMainService extends Service implements IMogoLocationListener {
UiThreadHandler.postDelayed(() -> {
Logger.d(TAG, "startTanluService ---------- ");
mServiceApis.getTanluApi().startTanluService();
}, 58_000L
}, 2_000L
);
}