فهرست منبع

Yank deprecated `view_dispatcher_enable_queue` (#242)

porta 1 سال پیش
والد
کامیت
4019e9ed8a
3فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 0
      .catalog/changelog.md
  2. 1 1
      application.fam
  3. 0 1
      nfc_rfid_detector_app.c

+ 2 - 0
.catalog/changelog.md

@@ -1,3 +1,5 @@
+## 1.4
+ - Removed call to legacy SDK API
 ## 1.3
  - Сhange GUI
 ## 1.2

+ 1 - 1
application.fam

@@ -7,7 +7,7 @@ App(
     requires=["gui"],
     stack_size=4 * 1024,
     fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
-    fap_version="1.3",
+    fap_version="1.4",
     fap_icon="nfc_rfid_detector_icon_10px.png",
     fap_category="Tools",
     fap_icon_assets="images",

+ 0 - 1
nfc_rfid_detector_app.c

@@ -30,7 +30,6 @@ 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(