vector-im/element-ios/issues/5114 - Allow editing poll start events.

This commit is contained in:
Stefan Ceriu
2022-01-12 08:44:53 +02:00
committed by Stefan Ceriu
parent 3ea9de7c53
commit 67e7db38c2
15 changed files with 264 additions and 93 deletions
@@ -66,11 +66,11 @@ struct LocationSharingViewState: BindableState {
}
struct LocationSharingViewStateBindings {
var alertInfo: ErrorAlertInfo?
var alertInfo: LocationSharingErrorAlertInfo?
var userLocation: CLLocationCoordinate2D?
}
struct ErrorAlertInfo: Identifiable {
struct LocationSharingErrorAlertInfo: Identifiable {
enum AlertType {
case mapLoadingError
case userLocatingError