Feature/3120 location sharing

This commit is contained in:
Frank Rotermund
2022-07-27 11:58:38 +00:00
parent 5bd992eb25
commit ed3c77db95
22 changed files with 43 additions and 200 deletions
@@ -49,6 +49,10 @@ struct StaticLocationViewingViewState: BindableState {
var shareButtonEnabled: Bool {
!showLoadingIndicator
}
var shareButtonVisible: Bool {
BwiBuildSettings.bwiLocationShareButtonVisible
}
let errorSubject = PassthroughSubject<LocationSharingViewError, Never>()