Skip to content

Commit 0901c18

Browse files
YarosMallorcasavely-krasovsky
authored andcommitted
fix(mobile): android status bar overlays icon in map (immich-app#18780)
1 parent c9f0635 commit 0901c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mobile/lib/pages/search/map/map.page.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ class _MapWithMarker extends StatelessWidget {
395395
children: [
396396
style.widgetWhen(
397397
onData: (style) => MapLibreMap(
398+
attributionButtonMargins: const Point(8, kToolbarHeight),
398399
initialCameraPosition: CameraPosition(
399400
target: initialLocation ?? const LatLng(0, 0),
400401
zoom: initialLocation != null ? 12 : 0,

0 commit comments

Comments
 (0)