mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 00:59:28 +01:00
disable unused button
This commit is contained in:
parent
4ac1f3d931
commit
22e3446c09
@ -260,7 +260,7 @@ const PlayerControls = () => {
|
||||
</View>
|
||||
</View>
|
||||
<View style={controlsStyles.bottom}>
|
||||
<PressableOpacity onPress={undefined} disabled={disabled}>
|
||||
<PressableOpacity onPress={undefined} disabled={true}>
|
||||
<IconMatCom name="cast-audio" size={20} color="white" />
|
||||
</PressableOpacity>
|
||||
<PressableOpacity onPress={() => navigation.navigate('queue')} disabled={disabled}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user