Commit ddc22af1 authored by justin's avatar justin

修复按键回退

parent 3a7185d0
......@@ -209,7 +209,7 @@ class BoostContainerState extends NavigatorState {
@override
bool pop<T extends Object>([T result]) {
Route removedRoute;
if (routerHistory.length > 1) {
if (routerHistory.length >= 1) {
removedRoute = routerHistory.removeLast();
}
......
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