bugfix: D80XCD-1449

This commit is contained in:
wangcongtao
2020-06-18 19:58:14 +08:00
parent 35c10fa430
commit 900389ff51

View File

@@ -856,7 +856,7 @@ public class MogoServices implements IMogoMapListener,
@Override
public void onTransaction( int size ) {
if ( size == 0 ) {
mUiController.showMyLocation( !mNavi.isNaviing() );
mUiController.showMyLocation( true );
AIAssist.getInstance( mContext ).unregisterUnWakeupCommand( ServiceConst.CMD_BACK );
if ( mStatusManager.isSearchUIShow() ) {
mStatusManager.setSearchUIShow( TAG, false );