Format and remove view_dispatcher_enable_queue()

This commit is contained in:
Willy-JL
2024-08-14 04:30:46 +02:00
parent dfbba6a593
commit 57858bd846
6 changed files with 2 additions and 4 deletions

View File

@@ -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);