Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhtai committed May 7, 2024
1 parent b49509f commit bfe4743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/widgets/routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ abstract class ModalRoute<T> extends TransitionRoute<T> with LocalHistoryRoute<T
for (final PopEntry<Object?> popEntry in _popEntries) {
popEntry.onPopInvokedWithResult(didPop, result);
}
super.onPopInvoked(didPop, result);
super.onPopInvokedWithResult(didPop, result);
}

/// Enables this route to veto attempts by the user to dismiss it.
Expand Down

0 comments on commit bfe4743

Please sign in to comment.