Kaynağa Gözat

Yank deprecated `view_dispatcher_enable_queue` (#242)

porta 1 yıl önce
ebeveyn
işleme
05178a7cc0
3 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 2 0
      .catalog/CHANGELOG.md
  2. 0 1
      air_mouse_app.c
  3. 1 1
      application.fam

+ 2 - 0
.catalog/CHANGELOG.md

@@ -1,3 +1,5 @@
+## 1.3
+ - Removed call to legacy SDK API
 ## 1.2
  - Migration to new BLE profile
 ## 1.1

+ 0 - 1
air_mouse_app.c

@@ -206,7 +206,6 @@ static AirMouseApp* air_mouse_alloc(void) {
 
     app->gui = furi_record_open(RECORD_GUI);
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
     view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);
 
     app->air_mouse_view = air_mouse_view_alloc(air_mouse_hid_deinit, app);

+ 1 - 1
application.fam

@@ -1,7 +1,7 @@
 App(
     appid="vgm_air_mouse",
     name="Air Mouse",
-    fap_version="1.2",
+    fap_version="1.3",
     fap_description="Turn Flipper Zero with the Video Game Module into an air mouse",
     apptype=FlipperAppType.EXTERNAL,
     entry_point="air_mouse_app",