Commit f0609d64 authored by justin's avatar justin

HeroController Navigator assert error 问题修复

parent 95060e2c
......@@ -331,7 +331,7 @@ class _ContainerOverlayEntry extends OverlayEntry {
bool _removed = false;
_ContainerOverlayEntry(BoostContainer container)
: super(
builder: (BuildContext ctx) => container,
builder: (BuildContext ctx) => HeroControllerScope.none(child: container),
opaque: true,
maintainState: true);
......
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