Commit b8f19eaa authored by heyudong's avatar heyudong

🐞 fix:69920【导航、互联】有车速情况下,导航或互联界面无法退出至仪表主界面

parent 93f50d8b
...@@ -325,7 +325,8 @@ void Key_Event_Short_Press_Right(void)//确认 ...@@ -325,7 +325,8 @@ void Key_Event_Short_Press_Right(void)//确认
{ {
PackedTransfer_BlueTooth_DataSet(Phone_Hangup_Out); PackedTransfer_BlueTooth_DataSet(Phone_Hangup_Out);
} }
else if(Get_ActualVechileSpeed() == 0) else if((Menu_Get_Current_Cursor_Information() == MENU_ITEM_PHONE_CONNECT_APP)||
((Menu_Get_Current_Cursor_Information() == MENU_ITEM_MAIN_ITEM) && (Get_ActualVechileSpeed() == 0)))
{ {
Menu_Service(MENU_KEY_CONFIRM_SHORT); Menu_Service(MENU_KEY_CONFIRM_SHORT);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment