Sfoglia il codice sorgente

remove deprecated view_dispatcher_enable_queue

MX 1 anno fa
parent
commit
61aedc7108
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      mifare_nested.c

+ 0 - 1
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);