Skip to content

Commit 8bf700c

Browse files
committed
notif [nfc]: Add TODO-android comment on autoCancel workaround
1 parent ea0144e commit 8bf700c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/notifications/display.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,11 @@ class NotificationDisplayManager {
158158
inboxStyle: InboxStyle(
159159
// TODO(#570) Show organization name, not URL
160160
summaryText: data.realmUri.toString()),
161+
161162
// On Android 11 and lower, if autoCancel is not specified,
162163
// the summary notification may linger even after all child
163164
// notifications have been opened and cleared.
165+
// TODO(android-12): cut this autoCancel workaround
164166
autoCancel: true,
165167
);
166168
}

0 commit comments

Comments
 (0)