From 4d64600f277ebca271d8861dc8acac7454898ebb Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 9 Feb 2025 13:43:04 -0600 Subject: [PATCH] move dismiss player button --- components/Player/screens/index.tsx | 49 ++++++++++++++++------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/components/Player/screens/index.tsx b/components/Player/screens/index.tsx index 1a16ca81..bf3a948c 100644 --- a/components/Player/screens/index.tsx +++ b/components/Player/screens/index.tsx @@ -76,15 +76,31 @@ export default function PlayerScreen({ <> - - Playing from - - { queueName ?? "Queue"} - - + + + + { + navigation.goBack(); + }} + small + /> + + + + Playing from + + { queueName ?? "Queue"} + + + + + - + {/* playback progress goes here */} - + {Math.floor(progressState / ProgressMultiplier)} @@ -290,17 +306,6 @@ export default function PlayerScreen({ - { - navigation.goBack(); - }} - large - /> - - - - {