mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-07-01 21:06:29 +08:00
Fix tapping on map button not working when viewing FindMy
This commit is contained in:
@ -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);
|
||||
},
|
||||
|
Reference in New Issue
Block a user