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