From 73a56a6db1c9627f220bd059e601f4d3ef7e5009 Mon Sep 17 00:00:00 2001 From: jamesm131 Date: Wed, 31 Dec 2025 08:51:50 +1100 Subject: [PATCH] add double tap gesture to now playing controls --- .../NowPlaying/Views/NowPlayingMediaControlsView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/BookPlayerWatch/NowPlaying/Views/NowPlayingMediaControlsView.swift b/BookPlayerWatch/NowPlaying/Views/NowPlayingMediaControlsView.swift index 97610cd87..6a8a3189b 100644 --- a/BookPlayerWatch/NowPlaying/Views/NowPlayingMediaControlsView.swift +++ b/BookPlayerWatch/NowPlaying/Views/NowPlayingMediaControlsView.swift @@ -40,6 +40,7 @@ struct NowPlayingMediaControlsView: View { } .buttonStyle(PlainButtonStyle()) .frame(width: geometry.size.width * 0.28) + .applyPrimaryHandGesture() Spacer() Button { contextManager.handleSkip(.forward)