LiveLocationSharingViewer: Update copyright bottom padding.

This commit is contained in:
SBiOSoftWhare
2022-07-12 15:51:33 +02:00
parent 3165a7229e
commit 6cd3dc3e33
@@ -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()
}