Преглед изворни кода

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

Willy-JL пре 1 година
родитељ
комит
086d83e505
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      protoview/app.c

+ 1 - 1
protoview/app.c

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