fix download status

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-28 16:44:39 +08:00
parent 62bb605ee8
commit 4b56bd5a87

View File

@@ -458,7 +458,7 @@ class DownloadService extends GetxService {
void _onDone([Object? error]) {
if (error != null) {
_updateCurStatus(DownloadStatus.failDownload);
_updateCurStatus(_downloadManager?.status ?? DownloadStatus.pause);
return;
}