This commit is contained in:
wangcongtao
2020-02-21 18:02:29 +08:00
parent 3aa3190f6b
commit 514018250b
2 changed files with 2 additions and 5 deletions

View File

@@ -616,6 +616,7 @@ import static com.mogo.module.tanlu.video.VideoInitKt.initVideo;
private void moveToMarcker(double lat, double lon) {
MogoLatLng latLng = new MogoLatLng(lat, lon);
mMogoStatusManager.setUserInteractionStatus( TAG, true, false );
mMApUIController.moveToCenter(latLng);
}