Jelajahi Sumber

remove deprecated view_dispatcher_enable_queue

MX 1 tahun lalu
induk
melakukan
a0f31bf5f9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -756,7 +756,7 @@ static Fmf2SubApp* fmf2sub_app_alloc() {
     Gui* gui = furi_record_open(RECORD_GUI);
 
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
+    
     view_dispatcher_attach_to_gui(app->view_dispatcher, gui, ViewDispatcherTypeFullscreen);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);