mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
LiveLocationSharingViewer: Update copyright bottom padding.
This commit is contained in:
+2
-1
@@ -57,7 +57,8 @@ struct LiveLocationSharingViewer: View {
|
||||
MapCreditsView(action: {
|
||||
viewModel.send(viewAction: .mapCreditsDidTap)
|
||||
})
|
||||
.offset(y: -(bottomSheetCollapsedHeight + 10))
|
||||
.offset(y: -(bottomSheetCollapsedHeight)) // Put the copyright action above the collapsed bottom sheet
|
||||
.padding(.bottom, 10)
|
||||
}
|
||||
.ignoresSafeArea()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user