Skip to content

Commit

Permalink
fix: Add missing dot for correct method chaining (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaehorang authored Jul 28, 2024
1 parent bc52975 commit 206a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var body: some View {
}

Button {
playbackMode = .playing(fromProgress(0, toProgress: 1, loopMode: .playOnce))
playbackMode = .playing(.fromProgress(0, toProgress: 1, loopMode: .playOnce))
} label: {
Image(systemName: "play.fill")
}
Expand Down

0 comments on commit 206a422

Please sign in to comment.