Skip to content

Commit 90bb305

Browse files
committed
wip pass /near/ through to new page; TODO indicate the target somehow, e.g. blink highlight
1 parent d2c0909 commit 90bb305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/widgets/content.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,8 @@ void _launchUrl(BuildContext context, String urlString) async {
15411541
case NarrowLink():
15421542
unawaited(Navigator.push(context,
15431543
MessageListPage.buildRoute(context: context,
1544-
narrow: internalLink.narrow)));
1544+
narrow: internalLink.narrow,
1545+
initAnchorMessageId: internalLink.nearMessageId)));
15451546

15461547
case null:
15471548
await PlatformActions.launchUrl(context, url);

0 commit comments

Comments
 (0)