From 16608fb1606d4aebd78cde2ed4814875d248fb07 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 9 Feb 2025 11:08:16 -0600 Subject: [PATCH] texttickers player screen layout changes --- components/Player/mini-player.tsx | 2 +- components/Player/screens/index.tsx | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/components/Player/mini-player.tsx b/components/Player/mini-player.tsx index 36192507..54fbcd45 100644 --- a/components/Player/mini-player.tsx +++ b/components/Player/mini-player.tsx @@ -44,7 +44,7 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers - + {/** Memoize TextTickers otherwise they won't animate due to the progress being updated in the PlayerContext */} { useMemo(() => { return ( - + + {/** Memoize TextTickers otherwise they won't animate due to the progress being updated in the PlayerContext */} + { useMemo(() => { + + }, [ + nowPlaying + ])}