diff options
| -rw-r--r-- | apps/shortcuts.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c index 33c22f2..a90dd80 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]; |