diff options
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r-- | apps/recorder/recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 6c52adf5d3..374583cc21 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1844,7 +1844,7 @@ rec_abort: #endif settings_save(); - pop_current_activity(); + pop_current_activity(ACTIVITY_REFRESH_NOW); return (rec_status & RCSTAT_BEEN_IN_USB_MODE) != 0; } /* recording_screen */ |