Commit 94586903 authored by Jidong Chen's avatar Jidong Chen Committed by GitHub

pop -> maybePop

parent 2cdb0a3f
......@@ -167,7 +167,7 @@ class BoostContainerState extends NavigatorState {
Logger.log('performBackPressed');
if (_backPressedListeners.isEmpty) {
pop();
maybePop();
} else {
for (VoidCallback cb in _backPressedListeners) {
cb();
......
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