vector-im/element-ios/issues/5298 - Added build setting + ui and unit tests.

This commit is contained in:
Stefan Ceriu
2021-12-22 14:12:42 +02:00
committed by Stefan Ceriu
parent 0a852eb371
commit e1505d70c5
9 changed files with 149 additions and 18 deletions
@@ -53,7 +53,7 @@ struct LocationSharingViewState: BindableState {
var showLoadingIndicator: Bool = false
var shareButtonVisible: Bool {
(location == nil)
return location == nil
}
var shareButtonEnabled: Bool {