完成了联想渠道鉴权

This commit is contained in:
董宏宇
2021-05-17 20:16:15 +08:00
parent e2a2c306bb
commit 8e9ad6398c
8 changed files with 21 additions and 24 deletions

View File

@@ -766,7 +766,7 @@ public class AMapViewWrapper implements IMogoMapView,
if (!mIsDelayed) {
mIsDelayed = true;
UiThreadHandler.postDelayed(() -> {
Logger.d(TAG, "倒计时结束");
//Logger.d(TAG, "倒计时结束");
mIsFirstLocated = false;
}, 5_000L);
}