Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
format
  • Loading branch information
fabianbrandscheid authored Jul 16, 2024
1 parent 6394a92 commit 7732113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/lib/src/beamer_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
_disposeBeamStack(currentBeamStack);
if (removeDuplicateHistory) {
final index = beamingHistory.indexWhere(
(historyStack) => historyStack.runtimeType == beamStack.runtimeType);
(historyStack) => historyStack.runtimeType == beamStack.runtimeType);
if (index != -1) {
_disposeBeamStack(beamingHistory[index]);
beamingHistory.removeAt(index);
Expand Down

0 comments on commit 7732113

Please sign in to comment.