From 2d3d3094fe679aa78aef6fe84e4929d7e501f5c0 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Tue, 31 Dec 2024 12:59:03 -0600 Subject: [PATCH] THIS should stop the mini player flicker --- components/Player/mini-player.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/Player/mini-player.tsx b/components/Player/mini-player.tsx index 99d7f1f7..b6bd38bb 100644 --- a/components/Player/mini-player.tsx +++ b/components/Player/mini-player.tsx @@ -36,8 +36,10 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers { setNowPlaying(activeTrack); - }, 200) - }) + }, 250) + }, [ + activeTrack + ]) return (