소스 검색

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

Willy-JL 1 년 전
부모
커밋
27c6649785
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dtmf_dolphin/dtmf_dolphin.c

+ 1 - 1
dtmf_dolphin/dtmf_dolphin.c

@@ -28,7 +28,7 @@ static DTMFDolphinApp* app_alloc() {
     app->gui = furi_record_open(RECORD_GUI);
     app->view_dispatcher = view_dispatcher_alloc();
     app->scene_manager = scene_manager_alloc(&dtmf_dolphin_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(