Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Oct 27, 2024
1 parent a293146 commit 8f46a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/pages/navigator/external_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class _ExternalPageState extends State<ExternalPage> {
if (mounted) {
final bool success = AppNavigator.of(context).pop();
if (!success) {
/// This page was called with go() without an history
/// This page was called with the go() without an history
/// (mainly for an external deep link)
GoRouter.of(context).go('/');
}
Expand Down

0 comments on commit 8f46a08

Please sign in to comment.