Fix favorite timeout with nfc

This commit is contained in:
Willy-JL
2023-05-02 12:44:02 +01:00
parent 45406cf579
commit ca71eaf328
@@ -11,7 +11,7 @@ bool process_favorite_launch(char** args) {
void favorite_timeout_callback(void* _ctx) {
FavoriteTImeoutCtx* ctx = _ctx;
while(scene_manager_handle_back_event(ctx->scene_manager))
while(scene_manager_previous_scene(ctx->scene_manager))
;
view_dispatcher_stop(ctx->view_dispatcher);
}