mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-11 23:38:11 -07:00
Fix favorite timeout with nfc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user