mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -506,7 +506,7 @@ class _ImageUtil {
|
||||
);
|
||||
}
|
||||
},
|
||||
onError: (dynamic exception, StackTrace? stackTrace) {
|
||||
onError: (exception, stackTrace) {
|
||||
imageStream.removeListener(listener);
|
||||
if (!completer.isCompleted) {
|
||||
completer.completeError(exception, stackTrace);
|
||||
|
||||
Reference in New Issue
Block a user