Browse Source

remove deprecated view_dispatcher_enable_queue

MX 1 year ago
parent
commit
7cc8191aaa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -344,7 +344,7 @@ int32_t protoview_app_entry(void* p) {
             /* Allocate a view dispatcher, add a text input view to it,
             /* Allocate a view dispatcher, add a text input view to it,
              * and activate it. */
              * and activate it. */
             app->view_dispatcher = view_dispatcher_alloc();
             app->view_dispatcher = view_dispatcher_alloc();
-            view_dispatcher_enable_queue(app->view_dispatcher);
+            
             /* We need to set a navigation callback for the view dispatcher
             /* We need to set a navigation callback for the view dispatcher
              * otherwise when the user presses back on the keyboard to
              * otherwise when the user presses back on the keyboard to
              * abort, the dispatcher will not stop. */
              * abort, the dispatcher will not stop. */