mirror of
https://github.com/immich-app/immich.git
synced 2025-08-11 09:16:31 -04:00
make void
This commit is contained in:
parent
b16ca42f74
commit
ef568379a1
@ -35,7 +35,7 @@ class OneFramePlaceholderImageStreamCompleter extends ImageStreamCompleter {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
_onImage(ImageInfo image) {
|
void _onImage(ImageInfo image) {
|
||||||
setImage(image);
|
setImage(image);
|
||||||
_initialImage?.dispose();
|
_initialImage?.dispose();
|
||||||
_initialImage = null;
|
_initialImage = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user