Skip to content

Commit a595644

Browse files
committed
actions: Update dartdoc for markNarrowAsRead func
1 parent f04d8d1 commit a595644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/widgets/actions.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ abstract final class ZulipAction {
2929
///
3030
/// This is mostly a wrapper around [updateMessageFlagsStartingFromAnchor];
3131
/// for details on the UI feedback, see there.
32+
///
33+
/// A confirmation dialog is shown if the narrow is a non-conversation narrow.
3234
static Future<void> markNarrowAsRead(BuildContext context, Narrow narrow) async {
3335
final zulipLocalizations = ZulipLocalizations.of(context);
3436
final store = PerAccountStoreWidget.of(context);

0 commit comments

Comments
 (0)