diff --git a/app/src/main/java/com/topjohnwu/magisk/model/download/RemoteFileService.kt b/app/src/main/java/com/topjohnwu/magisk/model/download/RemoteFileService.kt index 181290e0f..b613dc0cf 100644 --- a/app/src/main/java/com/topjohnwu/magisk/model/download/RemoteFileService.kt +++ b/app/src/main/java/com/topjohnwu/magisk/model/download/RemoteFileService.kt @@ -87,6 +87,7 @@ abstract class RemoteFileService : NotificationService() { .setProgress(maxRaw.toInt(), it.toInt(), false) .setContentText("%.2f / %.2f MB".format(progress, max)) } else { + send(-1f, subject) notification.setContentText("%.2f MB / ??".format(progress)) } }