Skip to content

Commit

Permalink
Rebuild nested beamer delegate upon opening by deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRunWu committed Aug 2, 2022
1 parent d62881d commit 46ebf6b
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 @@ -1065,7 +1065,7 @@ class BeamerDelegate extends RouterDelegate<RouteInformation>
if (beamLocation is! NotFound) {
update(
configuration: parentConfiguration,
rebuild: false,
rebuild: rebuild,
updateParent: false,
updateRouteInformation: false,
);
Expand Down

0 comments on commit 46ebf6b

Please sign in to comment.