add stop icon to Stop download button

This commit is contained in:
Akinwale Ariwodola 2019-04-22 16:41:55 +01:00
parent 52257a5391
commit 2fce958092

View file

@ -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} />