diff --git a/apps/shortcuts.c b/apps/shortcuts.c index 33c22f2262..a90dd80789 100644 --- a/apps/shortcuts.c +++ b/apps/shortcuts.c @@ -478,9 +478,10 @@ int do_shortcut_menu(void *ignored) break; case SHORTCUT_TIME: #if CONFIG_RTC - if (sc->u.timedata.talktime) + if (sc->u.timedata.talktime) { talk_timedate(); - else + talk_force_enqueue_next(); + } else #endif { char timer_buf[10];