mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 12:38:39 -06:00
THIS should stop the mini player flicker
This commit is contained in:
@@ -36,8 +36,10 @@ export function Miniplayer({ navigation }: { navigation : NavigationHelpers<Para
|
||||
*/
|
||||
setTimeout(() => {
|
||||
setNowPlaying(activeTrack);
|
||||
}, 200)
|
||||
})
|
||||
}, 250)
|
||||
}, [
|
||||
activeTrack
|
||||
])
|
||||
|
||||
return (
|
||||
<BlurView>
|
||||
|
||||
Reference in New Issue
Block a user