update url for stop download
This commit is contained in:
parent
fefc13bc7a
commit
ddc9078294
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class FilePage extends React.PureComponent {
|
||||||
{
|
{
|
||||||
text: __('Yes'),
|
text: __('Yes'),
|
||||||
onPress: () => {
|
onPress: () => {
|
||||||
const { uri } = navigation.state.params;
|
const uri = this.getPurchaseUrl();
|
||||||
stopDownload(uri, fileInfo);
|
stopDownload(uri, fileInfo);
|
||||||
deletePurchasedUri(uri);
|
deletePurchasedUri(uri);
|
||||||
if (NativeModules.UtilityModule) {
|
if (NativeModules.UtilityModule) {
|
||||||
|
|
Loading…
Reference in a new issue