map: fixed info update after overlay toggle

This commit is contained in:
Thibault Deckers 2023-05-21 21:54:32 +02:00
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

View file

@ -34,6 +34,7 @@ class _MapEntryScrollerState extends State<MapEntryScroller> {
void initState() {
super.initState();
_registerWidget(widget);
WidgetsBinding.instance.addPostFrameCallback((_) => _onSelectedEntryChanged());
}
@override