THIS should stop the mini player flicker

This commit is contained in:
Violet Caulfield
2024-12-31 12:59:03 -06:00
parent bce064faec
commit 2d3d3094fe

View File

@@ -36,8 +36,10 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
*/
setTimeout(() => {
setNowPlaying(activeTrack);
}, 200)
})
}, 250)
}, [
activeTrack
])
return (
<BlurView>