mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
5720: Fix issue with cornered buttons view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user