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 07a56a7 commit 49caa61Copy full SHA for 49caa61
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