fix local comic display

This commit is contained in:
nyne
2024-10-27 18:39:33 +08:00
parent 27d25db407
commit f17af25e2c
16 changed files with 123 additions and 24 deletions

View File

@@ -203,6 +203,8 @@ class ImagesDownloadTask extends DownloadTask with _TransferSpeedMixin {
@override
void resume() async {
if (_isRunning) return;
_isError = false;
_message = "Resuming...";
_isRunning = true;
notifyListeners();
runRecorder();