rc
This commit is contained in:
@@ -985,11 +985,22 @@ public class MogoServices implements IMogoMapListener,
|
||||
}
|
||||
mUiController.showMyLocation( !mNavi.isNaviing() );
|
||||
AIAssist.getInstance( mContext ).unregisterUnWakeupCommand( ServiceConst.CMD_BACK );
|
||||
// 控制SearchUIShow 打点逻辑
|
||||
setMarkerStatus(false);
|
||||
|
||||
} else {
|
||||
mUiController.showMyLocation( false );
|
||||
AIAssist.getInstance( mContext )
|
||||
.registerUnWakeupCommand( ServiceConst.CMD_BACK, ServiceConst.CMD_BACK_WORDS, this );
|
||||
mUiController.setPointToCenter( 0.5, 0.5 );
|
||||
setMarkerStatus(true);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
protected void setMarkerStatus( boolean show ) {
|
||||
mStatusManager.setSearchUIShow(
|
||||
MogoModulePaths.PATH_FRAGMENT_SEARCH_CATEGORY, show
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user