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 &&
|
fileInfo.written_bytes < fileInfo.total_bytes &&
|
||||||
!this.state.stopDownloadConfirmed &&
|
!this.state.stopDownloadConfirmed &&
|
||||||
<Button style={filePageStyle.actionButton}
|
<Button style={filePageStyle.actionButton}
|
||||||
|
icon={"stop"}
|
||||||
theme={"light"}
|
theme={"light"}
|
||||||
text={"Stop Download"}
|
text={"Stop Download"}
|
||||||
onPress={this.onStopDownloadPressed} />
|
onPress={this.onStopDownloadPressed} />
|
||||||
|
|
Loading…
Reference in a new issue