unrelated change
This commit is contained in:
@@ -62,11 +62,6 @@ mixin CancellableImageProviderMixin<T extends Object> on CancellableImageProvide
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
yield image;
|
yield image;
|
||||||
} catch (e) {
|
|
||||||
evict();
|
|
||||||
if (!isCancelled) {
|
|
||||||
_log.severe('Error loading image', e);
|
|
||||||
}
|
|
||||||
} finally {
|
} finally {
|
||||||
this.request = null;
|
this.request = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user