We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e2ae0 commit 712aa85Copy full SHA for 712aa85
lib/widgets/actions.dart
@@ -33,7 +33,8 @@ abstract final class ZulipAction {
33
final zulipLocalizations = ZulipLocalizations.of(context);
34
35
if (narrow is CombinedFeedNarrow || narrow is ChannelNarrow ||
36
- narrow is MentionsNarrow || narrow is KeywordSearchNarrow) {
+ narrow is MentionsNarrow || narrow is KeywordSearchNarrow ||
37
+ narrow is StarredMessagesNarrow) {
38
final didConfirm = showSuggestedActionDialog(context: context,
39
title: zulipLocalizations.markAllAsReadConfirmationDialogTitle,
40
message: zulipLocalizations.markAllAsReadConfirmationDialogMessage,
0 commit comments