Skip to content

Commit

Permalink
Merge branch 'master-(bitbucket)' into master-(github)
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-at-work committed Aug 6, 2024
2 parents 2eac751 + b44ba94 commit 2432fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/lib/src/transition_delegates.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class NoAnimationTransitionDelegate extends TransitionDelegate<void> {
final pagelessRoutes = pageRouteToPagelessRoutes[exitingPageRoute];
if (pagelessRoutes != null) {
for (final pagelessRoute in pagelessRoutes) {
if (pagelessRoute.isWaitingForExitingDecision) pagelessRoute.markForRemove();
if (pagelessRoute.isWaitingForExitingDecision)
pagelessRoute.markForRemove();
}
}
}
Expand Down

0 comments on commit 2432fbd

Please sign in to comment.