map: fixed info update after overlay toggle
This commit is contained in:
parent
2609dd9015
commit
913645953c
2 changed files with 1 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 336 KiB After Width: | Height: | Size: 346 KiB |
|
@ -34,6 +34,7 @@ class _MapEntryScrollerState extends State<MapEntryScroller> {
|
|||
void initState() {
|
||||
super.initState();
|
||||
_registerWidget(widget);
|
||||
WidgetsBinding.instance.addPostFrameCallback((_) => _onSelectedEntryChanged());
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue