删除锁车相关废弃逻辑

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-04-12 10:36:11 +08:00
parent 1ad955ae36
commit b3ad5f39ae
8 changed files with 1 additions and 109 deletions

View File

@@ -77,10 +77,6 @@ public class MockIntentHandler implements IntentHandler {
TipToast.shortTip(msg);
}
break;
case 8:// 测试修改车头角度
float bearing = intent.getFloatExtra("bearing", 0);
MogoMapUIController.getInstance().changeBearing(bearing);
break;
case 9:// 测试弹窗
Activity activity = AppStateManager.INSTANCE.currentActivity();
if (activity != null) {