-
Notifications
You must be signed in to change notification settings - Fork 39
Home
A1. Yes you can. There are two views for many notifications on Android: expanded and compact. Compact notification in case of this app would only show event basic details: title, time and location (if event has one), but Expanded view would also show "SNOOZE" and "DISMISS" buttons allowing you to act on the notification directly from notification panel.
Android decides on its own on what particular view to use for particular notification based on total number of notifications currently active and many other parameters, so by default SNOOZE and DISMISS buttons could be not visible. But you can always manually "expand" app notification (and any other expandable Android notification), there are two standard Android gestures for that:
-
Swipe down on the notification with two fingers, as shown on this video: Expanding notification using two finger gesture
-
Press and hold a little and then swipe down with one finger, as show on this video: Expanding notification using one finger gesture
Q2. Sometimes app shows "SNOOZE" and "DISMISS" in the notification and sometimes it doesn't. Is it a bug?
A2. Android automatically switches notification to compact views under certain conditions. You could always expand any particular notification manually to show these buttons - see Q1 for details.