Skip to content

Commit 712aa85

Browse files
committed
actions: Add markNarrowAsRead dialog to StarredMessagesNarrow view
1 parent 06e2ae0 commit 712aa85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/widgets/actions.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ abstract final class ZulipAction {
3333
final zulipLocalizations = ZulipLocalizations.of(context);
3434

3535
if (narrow is CombinedFeedNarrow || narrow is ChannelNarrow ||
36-
narrow is MentionsNarrow || narrow is KeywordSearchNarrow) {
36+
narrow is MentionsNarrow || narrow is KeywordSearchNarrow ||
37+
narrow is StarredMessagesNarrow) {
3738
final didConfirm = showSuggestedActionDialog(context: context,
3839
title: zulipLocalizations.markAllAsReadConfirmationDialogTitle,
3940
message: zulipLocalizations.markAllAsReadConfirmationDialogMessage,

0 commit comments

Comments
 (0)