mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -10,7 +10,7 @@ import 'package:get/get.dart';
|
||||
void imageSaveDialog({
|
||||
required String? title,
|
||||
required String? cover,
|
||||
dynamic aid,
|
||||
Object? aid,
|
||||
String? bvid,
|
||||
}) {
|
||||
final double imgWidth = Get.mediaQuery.size.shortestSide - 8 * 2;
|
||||
|
||||
@@ -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