5720: Fix issue with cornered buttons view

This commit is contained in:
MaximeE
2022-03-23 17:25:30 +01:00
parent c2c7d0f35b
commit b0a8d94a43
4 changed files with 16 additions and 17 deletions
@@ -63,7 +63,7 @@ struct LocationSharingViewState: BindableState {
var showsUserLocation: Bool = false
/// Used to hide live location sharing features until is finished
var isLiveLocationSharingEnabled: Bool
var isLiveLocationSharingEnabled: Bool = false
var shareButtonVisible: Bool {
return self.displayExistingLocation == false