mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
remove non-working cast button for now
This commit is contained in:
parent
3053e2b5c9
commit
2097a9f7fd
@ -336,9 +336,9 @@ const PlayerControls = () => {
|
||||
</View>
|
||||
</View>
|
||||
<View style={controlsStyles.bottom}>
|
||||
<PressableOpacity onPress={undefined} disabled={true} hitSlop={16}>
|
||||
{/* <PressableOpacity onPress={undefined} disabled={true} hitSlop={16}>
|
||||
<IconMatCom name="cast-audio" size={20} color="white" />
|
||||
</PressableOpacity>
|
||||
</PressableOpacity> */}
|
||||
<PressableOpacity onPress={() => navigation.navigate('queue')} disabled={disabled} hitSlop={16}>
|
||||
<IconMatCom name="playlist-play" size={24} color="white" />
|
||||
</PressableOpacity>
|
||||
@ -361,7 +361,7 @@ const controlsStyles = StyleSheet.create({
|
||||
bottom: {
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
justifyContent: 'flex-end',
|
||||
paddingTop: 10,
|
||||
paddingBottom: 40,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user