Announcements: Show snackbar on event and enhanced comment notification messages
This commit is contained in:
@@ -134,6 +134,8 @@ class _CreateAnnouncementContentState
|
||||
);
|
||||
}
|
||||
if (mounted) Navigator.of(context).pop();
|
||||
showSuccessSnackBarGlobal(
|
||||
widget.editing != null ? 'Announcement updated.' : 'Announcement posted.');
|
||||
} on AnnouncementNotificationException {
|
||||
// Saved successfully; only push notification delivery failed.
|
||||
if (mounted) {
|
||||
|
||||
Reference in New Issue
Block a user