mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix LocationRoomTimelineView clipping (#1396)
This commit is contained in:
parent
7cf32ba37c
commit
ec7670165c
@ -65,7 +65,6 @@ struct MapLibreStaticMapView<PinAnnotation: View>: View {
|
||||
}
|
||||
}
|
||||
.id(fetchAttempt)
|
||||
.clipped()
|
||||
} else {
|
||||
Image("mapBlurred")
|
||||
}
|
||||
|
@ -32,6 +32,7 @@ struct LocationRoomTimelineView: View {
|
||||
}
|
||||
.frame(maxHeight: mapMaxHeight)
|
||||
.aspectRatio(mapAspectRatio, contentMode: .fit)
|
||||
.clipped()
|
||||
}
|
||||
.background(backgroundView)
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user