Skip to content

Commit 81eb27d

Browse files
Update lib/core/deep_linking/deep_link_router.dart
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent c1da7b5 commit 81eb27d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/deep_linking/deep_link_router.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ class DeepLinkRouter {
1717
void Function(int tabIndex)? tabSetter,
1818
void Function(String planId, int? dayNumber, String? planLanguage)?
1919
planNavigator,
20-
}) { try {
20+
}) {
21+
try {
2122
final destination = _resolveRoute(uri);
2223
if (destination == null) {
2324
_logger.warning('Unhandled deep link from $source: $uri');

0 commit comments

Comments
 (0)