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 - /> - - - - {