Commit ecf03d56 authored by 谢冠章's avatar 谢冠章

Update boost_container.dart

parent 2bb3e0ee
...@@ -249,7 +249,7 @@ class BoostContainerState extends NavigatorState { ...@@ -249,7 +249,7 @@ class BoostContainerState extends NavigatorState {
.prePushRoute(name, uniqueId, params, route); .prePushRoute(name, uniqueId, params, route);
} }
if (multipleRouteMode) { if (multipleRouteMode && routerHistory.isNotEmpty) {
ContainerNavigatorObserver.bindContainerManager().willPush(route, routerHistory.last); ContainerNavigatorObserver.bindContainerManager().willPush(route, routerHistory.last);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment