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 57a8442 commit ef8f94fCopy full SHA for ef8f94f
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