Przeglądaj źródła

Merge mifare_nested from https://github.com/xMasterX/all-the-plugins

Willy-JL 1 rok temu
rodzic
commit
bb301f781e
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      mifare_nested/mifare_nested.c

+ 0 - 1
mifare_nested/mifare_nested.c

@@ -216,7 +216,6 @@ MifareNested* mifare_nested_alloc() {
     mifare_nested->view_dispatcher = view_dispatcher_alloc();
     mifare_nested->scene_manager =
         scene_manager_alloc(&mifare_nested_scene_handlers, mifare_nested);
-    view_dispatcher_enable_queue(mifare_nested->view_dispatcher);
     view_dispatcher_set_event_callback_context(mifare_nested->view_dispatcher, mifare_nested);
     view_dispatcher_set_custom_event_callback(
         mifare_nested->view_dispatcher, mifare_nested_custom_event_callback);