Prevent determinate progress views from showing up as indeterminate ones for a split second
This commit is contained in:
committed by
Stefan Ceriu
parent
d7ef7c88dd
commit
cd5e24f527
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user