We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b482c55 + 069348d commit 8602051Copy full SHA for 8602051
Canbus_app/app_user.c
@@ -34,7 +34,6 @@ static App* app_alloc() {
34
App* app = malloc(sizeof(App));
35
app->scene_manager = scene_manager_alloc(&app_scene_handlers, app);
36
app->view_dispatcher = view_dispatcher_alloc();
37
- view_dispatcher_enable_queue(app->view_dispatcher);
38
view_dispatcher_set_custom_event_callback(app->view_dispatcher,
39
app_scene_costum_callback);
40
view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
0 commit comments