调整地图中心

This commit is contained in:
zhangyuanzhen
2020-03-20 18:03:27 +08:00
parent f00fa093cb
commit 9f8177602a
6 changed files with 7 additions and 9 deletions

View File

@@ -956,6 +956,7 @@ public class MogoServices implements IMogoMapListener,
AIAssist.getInstance( mContext ).unregisterUnWakeupCommand( ServiceConst.CMD_BACK );
} else {
AIAssist.getInstance( mContext ).registerUnWakeupCommand( ServiceConst.CMD_BACK, ServiceConst.CMD_BACK_WORDS, this );
mUiController.setPointToCenter( 0.5, 0.5 );
}
}
}