diff options
Diffstat (limited to 'apps/radio')
-rw-r--r-- | apps/radio/radio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c index 5c0b884cd1..4da37b2ca5 100644 --- a/apps/radio/radio.c +++ b/apps/radio/radio.c | |||
@@ -403,6 +403,7 @@ void radio_screen(void) | |||
403 | #endif | 403 | #endif |
404 | 404 | ||
405 | /* change status to "in screen" */ | 405 | /* change status to "in screen" */ |
406 | push_current_activity(ACTIVITY_FM); | ||
406 | in_screen = true; | 407 | in_screen = true; |
407 | 408 | ||
408 | if(radio_preset_count() <= 0) | 409 | if(radio_preset_count() <= 0) |
@@ -868,6 +869,7 @@ void radio_screen(void) | |||
868 | cpu_idle_mode(false); | 869 | cpu_idle_mode(false); |
869 | #endif | 870 | #endif |
870 | fms_fix_displays(FMS_EXIT); | 871 | fms_fix_displays(FMS_EXIT); |
872 | pop_current_activity(); | ||
871 | in_screen = false; | 873 | in_screen = false; |
872 | } /* radio_screen */ | 874 | } /* radio_screen */ |
873 | 875 | ||