优化: 锁车功能、解决搜索"某某地方堵不堵",视图移动后被拉回当前位置的问题,其他

This commit is contained in:
wangcongtao
2020-02-21 08:24:56 +08:00
parent ea89428fa0
commit fc132143f6
5 changed files with 5 additions and 1 deletions

View File

@@ -136,6 +136,7 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
if ( location != null ) {
mMogoStatusManager.setUserInteractionStatus( TAG, true, false );
mMApUIController.changeZoom( 16.0f );
mMogoStatusManager.setUserInteractionStatus( TAG, true, false );
mMApUIController.recoverLockMode();
// mMApUIController.moveToCenter( new MogoLatLng( location.getLatitude(), location.getLongitude() ) );
}