summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/shortcuts.c5
1 files changed, 3 insertions, 2 deletions
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)
478 break; 478 break;
479 case SHORTCUT_TIME: 479 case SHORTCUT_TIME:
480#if CONFIG_RTC 480#if CONFIG_RTC
481 if (sc->u.timedata.talktime) 481 if (sc->u.timedata.talktime) {
482 talk_timedate(); 482 talk_timedate();
483 else 483 talk_force_enqueue_next();
484 } else
484#endif 485#endif
485 { 486 {
486 char timer_buf[10]; 487 char timer_buf[10];