This commit is contained in:
2023-11-11 01:18:30 +08:00
parent 6494c7971e
commit 7c833fe3ac
6 changed files with 71 additions and 25 deletions

View File

@ -17,7 +17,7 @@ class IndexUIModel extends BaseUIModel {
void initModel() {
_checkRunTime();
Future.delayed(const Duration(milliseconds: 300))
.then((value) => globalUIModel.checkUpdate(context!));
.then((value) => globalUIModel.doCheckUpdate(context!));
super.initModel();
}