Fix tapping on map button not working when viewing FindMy

This commit is contained in:
Tanay Neotia
2022-12-24 08:52:36 -05:00
parent 7c3c2e190e
commit aadd0afccb

View File

@ -440,7 +440,7 @@ class _FindMyPageState extends OptimizedState<FindMyPage> with SingleTickerProvi
),
],
onDestinationSelected: (page) {
if (!completer.isCompleted) return;
if (fetching != false) return;
index.value = page;
tabController.animateTo(page);
},