mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
fix local comic display
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user