From 2097a9f7fd8ee039f01bd9e344e89e992d205b2c Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Sat, 4 Sep 2021 14:45:08 +0900 Subject: [PATCH] remove non-working cast button for now --- app/screens/NowPlayingView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/screens/NowPlayingView.tsx b/app/screens/NowPlayingView.tsx index 98a0846..696a713 100644 --- a/app/screens/NowPlayingView.tsx +++ b/app/screens/NowPlayingView.tsx @@ -336,9 +336,9 @@ const PlayerControls = () => { - + {/* - + */} navigation.navigate('queue')} disabled={disabled} hitSlop={16}> @@ -361,7 +361,7 @@ const controlsStyles = StyleSheet.create({ bottom: { flexDirection: 'row', alignItems: 'center', - justifyContent: 'space-between', + justifyContent: 'flex-end', paddingTop: 10, paddingBottom: 40, },