Playable downloads #111
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class FilePage extends React.PureComponent {
|
|||
{
|
||||
text: __('Yes'),
|
||||
onPress: () => {
|
||||
const { uri } = navigation.state.params;
|
||||
const uri = this.getPurchaseUrl();
|
||||
stopDownload(uri, fileInfo);
|
||||
deletePurchasedUri(uri);
|
||||
if (NativeModules.UtilityModule) {
|
||||
|
|
Loading…
Reference in a new issue