There was an error while loading. Please reload this page.
1 parent 5c23c46 commit 1f1b5abCopy full SHA for 1f1b5ab
lib/widgets/actions.dart
@@ -29,6 +29,8 @@ abstract final class ZulipAction {
29
///
30
/// This is mostly a wrapper around [updateMessageFlagsStartingFromAnchor];
31
/// for details on the UI feedback, see there.
32
+ ///
33
+ /// A confirmation dialog is shown if the narrow is a non-conversation narrow.
34
static Future<void> markNarrowAsRead(BuildContext context, Narrow narrow) async {
35
final zulipLocalizations = ZulipLocalizations.of(context);
36
final store = PerAccountStoreWidget.of(context);
0 commit comments