This commit is contained in:
xkeyC 2023-10-12 21:03:49 +08:00
parent 393bcfeb58
commit 0f44bfa5c8

View File

@ -48,6 +48,7 @@ class UpgradeDialogUIModel extends BaseUIModel {
progress = null; progress = null;
showToast(context!, "下载失败,请尝试手动安装!"); showToast(context!, "下载失败,请尝试手动安装!");
notifyListeners(); notifyListeners();
return;
} }
try { try {