From 7ce87abc9574dc070dc3ab045ae0aa4746da0547 Mon Sep 17 00:00:00 2001 From: RanKKI Date: Tue, 18 Jun 2024 01:48:58 +1000 Subject: [PATCH] fix(mobile): my location button on maps not visible due to bottom padding (#10384) fix(maps): my location button not visible due to bottom padding --- mobile/lib/pages/search/map/map.page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/lib/pages/search/map/map.page.dart b/mobile/lib/pages/search/map/map.page.dart index 1cfa7ada0e..e686994557 100644 --- a/mobile/lib/pages/search/map/map.page.dart +++ b/mobile/lib/pages/search/map/map.page.dart @@ -298,7 +298,7 @@ class MapPage extends HookConsumerWidget { ), Positioned( right: 0, - bottom: 30, + bottom: MediaQuery.of(context).padding.bottom + 16, child: ElevatedButton( onPressed: onZoomToLocation, style: ElevatedButton.styleFrom(