From 0e35f7c6c51cd3616ed1db18ebaf7b235a5c8c51 Mon Sep 17 00:00:00 2001 From: Sebastian Klingler Date: Sun, 27 Nov 2022 14:01:18 -0600 Subject: [PATCH] Fix android double play (#2309) --- .../now-playing-drawer/NowPlayingDrawer.tsx | 94 +++++++++---------- 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a/packages/mobile/src/components/now-playing-drawer/NowPlayingDrawer.tsx b/packages/mobile/src/components/now-playing-drawer/NowPlayingDrawer.tsx index 246dc0a9a6..690a623103 100644 --- a/packages/mobile/src/components/now-playing-drawer/NowPlayingDrawer.tsx +++ b/packages/mobile/src/components/now-playing-drawer/NowPlayingDrawer.tsx @@ -294,55 +294,53 @@ export const NowPlayingDrawer = memo(function NowPlayingDrawer( // Disable safe area view edges because they are handled manually disableSafeAreaView > - {track ? ( - - - - - - - - - - - - - - - - - - - - - + + + - ) : null} + + + + + + + + + + + + + + + + + + ) })