Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dayansoft01 authored Oct 13, 2022
1 parent 3394e91 commit 64e712f
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 64e712f

Please sign in to comment.