Commit 45dc46c6 authored by Jidong Chen's avatar Jidong Chen

回退maybePop问题 0.0.417

parent eacc77ac
...@@ -167,7 +167,7 @@ class BoostContainerState extends NavigatorState { ...@@ -167,7 +167,7 @@ class BoostContainerState extends NavigatorState {
Logger.log('performBackPressed'); Logger.log('performBackPressed');
if (_backPressedListeners.isEmpty) { if (_backPressedListeners.isEmpty) {
maybePop(); pop();
} else { } else {
for (VoidCallback cb in _backPressedListeners) { for (VoidCallback cb in _backPressedListeners) {
cb(); cb();
......
name: flutter_boost name: flutter_boost
description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts. description: A next-generation Flutter-Native hybrid solution. FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts.
version: 0.0.416 version: 0.0.417
author: Alibaba Xianyu author: Alibaba Xianyu
homepage: https://github.com/alibaba/flutter_boost homepage: https://github.com/alibaba/flutter_boost
......
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