Skip to content

Commit 206a422

Browse files
authored
fix: Add missing dot for correct method chaining (#236)
1 parent bc52975 commit 206a422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ var body: some View {
121121
}
122122

123123
Button {
124-
playbackMode = .playing(fromProgress(0, toProgress: 1, loopMode: .playOnce))
124+
playbackMode = .playing(.fromProgress(0, toProgress: 1, loopMode: .playOnce))
125125
} label: {
126126
Image(systemName: "play.fill")
127127
}

0 commit comments

Comments
 (0)