mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 06:52:43 +01:00
remove/disable download options
This commit is contained in:
@@ -22,7 +22,10 @@ const ListPlayerControls = React.memo<{
|
||||
return (
|
||||
<View style={[styles.controls, style]}>
|
||||
<View style={styles.controlsSide}>
|
||||
<Button buttonStyle={downloaded ? 'highlight' : 'hollow'} onPress={() => setDownloaded(!downloaded)}>
|
||||
<Button
|
||||
disabled={true}
|
||||
buttonStyle={downloaded ? 'highlight' : 'hollow'}
|
||||
onPress={() => setDownloaded(!downloaded)}>
|
||||
{downloaded ? (
|
||||
<IconMat name="file-download-done" size={26} color={colors.text.primary} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user