We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Android上由于Activity在后台时候会被系统回收,下次打开时会重启原有界面,非Flutter页面没有问题, 但是在Flutter页面的时候回收重启时,原有的页面路由不会恢复,出现了NavigatorMeterialApp中设置的home界面
To Reproduce 1.打开demo->push flutter1 2.退到后台,操作其它app一段时间(具体看系统内存,垃圾手机比较容易出现) 3.再次点开demo
期望结果:回收重启后Flutter路由可以还原
The text was updated successfully, but these errors were encountered:
已修复,pub 1.8.0 试试看
Sorry, something went wrong.
这个问题是,开发者设置中开启:不保留后台进程,保留Activity 两个选项后可复现,现象是进程资源已经被释放了,但 Activity 在下次启动时被恢复了,但进程的资源并不存在,导致停留在加载页
foxsofter
No branches or pull requests
Describe the bug
Android上由于Activity在后台时候会被系统回收,下次打开时会重启原有界面,非Flutter页面没有问题,
但是在Flutter页面的时候回收重启时,原有的页面路由不会恢复,出现了NavigatorMeterialApp中设置的home界面
To Reproduce
1.打开demo->push flutter1
2.退到后台,操作其它app一段时间(具体看系统内存,垃圾手机比较容易出现)
3.再次点开demo
期望结果:回收重启后Flutter路由可以还原
The text was updated successfully, but these errors were encountered: