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). */}