Skip to content

Commit

Permalink
[iOS] Fix leak which could lead to two Playlist items playing at once…
Browse files Browse the repository at this point in the history
… (uplift to 1.73.x) (#26624)

Uplift of #26619 (squashed) to release
  • Loading branch information
brave-builds authored Nov 19, 2024
1 parent 1b2b45b commit e0103dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/brave-ios/Sources/PlaylistUI/PlaylistRootView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public struct PlaylistRootView: View {
.preferredColorScheme(.dark)
.environment(
\.openTabURL,
.init { url, isPrivate in
.init { [delegate] url, isPrivate in
delegate.openTabURL(url, isPrivate)
}
)
Expand Down

0 comments on commit e0103dd

Please sign in to comment.