Explorar o código

remove deprecated view_dispatcher_enable_queue

MX hai 1 ano
pai
achega
c3a983bdba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/dap_gui.c

+ 1 - 1
gui/dap_gui.c

@@ -26,7 +26,7 @@ DapGuiApp* dap_gui_alloc() {
     app->gui = furi_record_open(RECORD_GUI);
     app->view_dispatcher = view_dispatcher_alloc();
     app->scene_manager = scene_manager_alloc(&dap_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(app->view_dispatcher, dap_gui_custom_event_callback);