Explore page redesign #518
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ class FilePage extends React.PureComponent {
|
|||
fileInfo.written_bytes < fileInfo.total_bytes &&
|
||||
!this.state.stopDownloadConfirmed &&
|
||||
<Button style={filePageStyle.actionButton}
|
||||
icon={"stop"}
|
||||
theme={"light"}
|
||||
text={"Stop Download"}
|
||||
onPress={this.onStopDownloadPressed} />
|
||||
|
|
Loading…
Reference in a new issue