Run dart fix

This commit is contained in:
2024-12-18 20:07:35 +08:00
parent 0b8ae2d377
commit a70b690d3c
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class _ReaderImagesState extends State<_ReaderImages> {
if (inProgress) return;
inProgress = true;
if (reader.type == ComicType.local ||
(await LocalManager()
(LocalManager()
.isDownloaded(reader.cid, reader.type, reader.chapter))) {
try {
var images = await LocalManager()