merge tanlu function

This commit is contained in:
lixiaopeng
2021-12-21 17:20:48 +08:00
parent 9bbb5ede54
commit 74c60bf2fd
34 changed files with 2305 additions and 18 deletions

View File

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