Skip to content

Commit

Permalink
Merge pull request #5 from dayansoft01/master
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
MarsadMaqsood committed Oct 15, 2022
2 parents 3394e91 + 64e712f commit a1d632c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/download_core.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ class DownloadCore {

//Open the downloaded apk file
// OpenFile.open('${tempDirectory.path}/app.apk');
OpenFilex.open('${tempDirectory.path}/app.apk');
// OpenFilex.open('${tempDirectory.path}/app.apk');
OpenFilex.open(fileName);
}

if (progress == totalProgress && isResumed) {
Expand Down

0 comments on commit a1d632c

Please sign in to comment.