Explorar el Código

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

Willy-JL hace 1 año
padre
commit
b8255d0ee8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      nfc_rfid_detector/nfc_rfid_detector_app.c

+ 1 - 1
nfc_rfid_detector/nfc_rfid_detector_app.c

@@ -30,7 +30,7 @@ NfcRfidDetectorApp* nfc_rfid_detector_app_alloc() {
     // View Dispatcher
     app->view_dispatcher = view_dispatcher_alloc();
     app->scene_manager = scene_manager_alloc(&nfc_rfid_detector_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(