-
Notifications
You must be signed in to change notification settings - Fork 868
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iOS] Fix playback speed + repeat mode buttons in Playlist fullscreen
There is unfortunately a SwiftUI regression in iOS 18 which causes `simultaneousGesture` to break the primary tap gesture on `Menu(_:label:primaryAction:)` views. This change swaps the fullscreen buttons that used to have a long-press gesture back to standard Button's that cycle but have no long-press ability to choose an explicit speed/repeat mode.
- Loading branch information
1 parent
4408d6f
commit 7e1e2cc
Showing
1 changed file
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters