diff --git a/applications/external b/applications/external index e32be2d5f..22527c931 160000 --- a/applications/external +++ b/applications/external @@ -1 +1 @@ -Subproject commit e32be2d5fd4840a7e77be946d6c54d0e62b94951 +Subproject commit 22527c9319c21579655381bcce3cb77261dc08cf diff --git a/applications/main/bad_kb/bad_kb_app.c b/applications/main/bad_kb/bad_kb_app.c index 21e160264..db63af77e 100644 --- a/applications/main/bad_kb/bad_kb_app.c +++ b/applications/main/bad_kb/bad_kb_app.c @@ -320,7 +320,6 @@ BadKbApp* bad_kb_app_alloc(char* arg) { app->dialogs = furi_record_open(RECORD_DIALOGS); app->view_dispatcher = view_dispatcher_alloc(); - view_dispatcher_enable_queue(app->view_dispatcher); app->scene_manager = scene_manager_alloc(&bad_kb_scene_handlers, app); diff --git a/applications/main/momentum_app/momentum_app.c b/applications/main/momentum_app/momentum_app.c index c82f6ac46..326e608d1 100644 --- a/applications/main/momentum_app/momentum_app.c +++ b/applications/main/momentum_app/momentum_app.c @@ -194,7 +194,7 @@ MomentumApp* momentum_app_alloc() { // View Dispatcher and Scene Manager app->view_dispatcher = view_dispatcher_alloc(); app->scene_manager = scene_manager_alloc(&momentum_app_scene_handlers, app); - view_dispatcher_enable_queue(app->view_dispatcher); + view_dispatcher_set_event_callback_context(app->view_dispatcher, app); view_dispatcher_set_custom_event_callback( diff --git a/applications/system/findmy/findmy.c b/applications/system/findmy/findmy.c index ba6735b64..24a27ced6 100644 --- a/applications/system/findmy/findmy.c +++ b/applications/system/findmy/findmy.c @@ -20,7 +20,6 @@ static FindMy* findmy_app_alloc() { app->dialogs = furi_record_open(RECORD_DIALOGS); app->view_dispatcher = view_dispatcher_alloc(); - view_dispatcher_enable_queue(app->view_dispatcher); app->scene_manager = scene_manager_alloc(&findmy_scene_handlers, app); diff --git a/assets/icons/Keyboard/KeySaveBlockedSelected_22x11.png b/assets/icons/Keyboard/KeySaveBlockedSelected_22x11.png index 887e65242..459816646 100644 Binary files a/assets/icons/Keyboard/KeySaveBlockedSelected_22x11.png and b/assets/icons/Keyboard/KeySaveBlockedSelected_22x11.png differ diff --git a/assets/icons/Keyboard/KeySaveBlocked_22x11.png b/assets/icons/Keyboard/KeySaveBlocked_22x11.png index 0553cfa35..59558c3ee 100644 Binary files a/assets/icons/Keyboard/KeySaveBlocked_22x11.png and b/assets/icons/Keyboard/KeySaveBlocked_22x11.png differ