Skip to content

Commit 1552479

Browse files
committed
Make the time detail scramble a default ProgressView instead of linear
1 parent ea5223d commit 1552479

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CubeTime/Timer/ScrambleView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ struct AsyncScrambleView: View {
2626
Group {
2727
if svg == "" {
2828
ProgressView()
29-
.progressViewStyle(.linear)
3029
} else {
3130
SVGView(svg: svg)
3231
.aspectRatio(contentMode: .fit)

0 commit comments

Comments
 (0)