From 64e712f873cbe47de81e42231ee06a3093eee566 Mon Sep 17 00:00:00 2001 From: dayansoft01 <82199977+dayansoft01@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:29:09 +0800 Subject: [PATCH] fix --- lib/src/download_core.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/download_core.dart b/lib/src/download_core.dart index 7c31ab8..f183e9f 100644 --- a/lib/src/download_core.dart +++ b/lib/src/download_core.dart @@ -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) {