[FL-3118] Dumb mode menu freeze fix (#2456)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Astra
2023-03-09 10:24:47 +02:00
committed by GitHub
parent 5be15152eb
commit 50ef5deefc
3 changed files with 5 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ static void desktop_scene_main_open_app_or_profile(Desktop* desktop, const char*
void desktop_scene_main_callback(DesktopEvent event, void* context) {
Desktop* desktop = (Desktop*)context;
if(desktop->in_transition) return;
view_dispatcher_send_custom_event(desktop->view_dispatcher, event);
}