浏览代码

remove deprecated view_dispatcher_enable_queue

MX 1 年之前
父节点
当前提交
fda02ef65f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nfc_rfid_detector_app.c

+ 1 - 1
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(