Prevent determinate progress views from showing up as indeterminate ones for a split second

This commit is contained in:
Stefan Ceriu
2023-06-21 12:53:17 +03:00
committed by Stefan Ceriu
parent d7ef7c88dd
commit cd5e24f527

View File

@@ -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 {