From bc72515227aaf42fc6de98a87121883f1aee2195 Mon Sep 17 00:00:00 2001 From: jtrzupek Date: Mon, 8 Jun 2026 09:20:42 +0200 Subject: [PATCH] =?UTF-8?q?fix(player):=20drop=20"Tap=20for=20sound"=20pil?= =?UTF-8?q?l=20=E2=80=94=20speaker=20toggle=20is=20enough?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User feedback (2026-06-07, report 4bdca61e) on the prior mute change: the always- visible "Tap for sound" pill is redundant — the 🔇/🔊 toggle in the top controls is enough. Removed the pill (+ its styles); video still starts muted and the speaker toggle unmutes. Co-Authored-By: Claude Opus 4.8 --- mobile/src/screens/PlayerScreen.tsx | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/mobile/src/screens/PlayerScreen.tsx b/mobile/src/screens/PlayerScreen.tsx index 0cd53cc..60b0cbd 100644 --- a/mobile/src/screens/PlayerScreen.tsx +++ b/mobile/src/screens/PlayerScreen.tsx @@ -648,14 +648,6 @@ function NativeVideoPlayer({ params }: { params: RouteParams }) { )} - {/* Unmute pill — zawsze widoczny gdy wyciszone (poza fade controls), bo start jest - muted i user musi wiedzieć jak włączyć dźwięk. Tap → unmute. */} - {muted && ( - - 🔇 Tap for sound - - )} - {/* Controls overlay — pointerEvents box-none żeby gesture overlay pod spodem dalej dostawał taps poza interactive elements (back, play, scrubber). */}