hide save file button

This commit is contained in:
Akinwale Ariwodola 2019-06-13 23:22:18 +01:00
parent 2c25775077
commit 34277e6ec3

View file

@ -865,7 +865,7 @@ class FilePage extends React.PureComponent {
/>
</View>
<View style={filePageStyle.subscriptionRow}>
{((isPlayable && !fileInfo) || (isPlayable && fileInfo && !fileInfo.download_path)) && (
{false && ((isPlayable && !fileInfo) || (isPlayable && fileInfo && !fileInfo.download_path)) && (
<Button
style={[filePageStyle.actionButton, filePageStyle.saveFileButton]}
theme={'light'}