Feature/3120 location sharing

This commit is contained in:
Frank Rotermund
2022-07-27 11:58:38 +00:00
parent d0f0423065
commit 7bd8da0a7e
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>()