Commit df2145b9 authored by xgz's avatar xgz

修改boost错误

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