mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
Fix BT Remote 'stay' button on first launch bug (#1626)
This commit is contained in:
parent
2a452063c6
commit
fdb181b158
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@ BtHid* bt_hid_app_alloc() {
|
|||
app->view_dispatcher, BtHidViewMouse, bt_hid_mouse_get_view(app->bt_hid_mouse));
|
||||
|
||||
// TODO switch to menu after Media is done
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, BtHidViewKeynote);
|
||||
app->view_id = BtHidViewKeynote;
|
||||
view_dispatcher_switch_to_view(app->view_dispatcher, app->view_id);
|
||||
|
||||
return app;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue