diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift b/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift index 138c293a0..fad43470e 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift @@ -19,7 +19,7 @@ import SwiftUI struct UserIndicatorModalView: View { let indicator: UserIndicator - @State private var progressFraction: Double? + @State private var progressFraction = 0.0 var body: some View { ZStack {