You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/notifications.dart
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,8 @@ class NotificationDisplayManager {
322
322
'(Zulip internal error)', // TODO never implicitly create channel: https://github.com/MaikuB/flutter_local_notifications/issues/2135
323
323
tag: conversationKey,
324
324
color: kZulipBrandColor,
325
-
icon:'zulip_notification', // TODO vary for debug
325
+
// TODO vary notification icon for debug
326
+
icon:'zulip_notification', // This name must appear in keep.xml too: https://github.com/zulip/zulip-flutter/issues/528
326
327
// TODO(#128) inbox-style
327
328
328
329
// TODO plugin sets PendingIntent.FLAG_UPDATE_CURRENT; is that OK?
0 commit comments