Merge branch 'dev_robotaxi-d_240912_6.7.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_240912_6.7.0

This commit is contained in:
xinfengkun
2024-09-24 16:27:56 +08:00
8 changed files with 67 additions and 2 deletions

View File

@@ -67,4 +67,9 @@ interface IViewControlListener {
* 绿波通行控件隐藏
*/
fun onGreenWaveViewDismiss() {}
/**
* 更新 远程代驾 按钮 展示/隐藏
*/
fun updateParallelDriveViewShow(isShow: Boolean) {}
}