diff options
-rw-r--r-- | metawatch/metawatch.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/metawatch/metawatch.cpp b/metawatch/metawatch.cpp index e9a8af1..714ec30 100644 --- a/metawatch/metawatch.cpp +++ b/metawatch/metawatch.cpp @@ -244,8 +244,7 @@ void MetaWatch::updateNotificationCount(Notification::Type type, int count) _nMms = count; break; default: - // Ignore - return; + return; // Since this notification won't show up in idle screen, we do not redraw. break; } |