This commit is contained in:
2024-02-07 23:14:02 +08:00
parent 0b475a50a0
commit 2f036e4d13
4 changed files with 5 additions and 4 deletions

View File

@ -38,6 +38,7 @@ class UpgradeDialogUIModel extends BaseUIModel {
}
notifyListeners();
} catch (e) {
dPrint("UpgradeDialogUIModel.loadData Error : $e");
Navigator.pop(context!, false);
}
}