修复检查更新程序只会在首次安装时执行
This commit is contained in:
parent
5354d1bd1f
commit
04d17f6483
@ -101,8 +101,8 @@ class VersionUndateTool {
|
|||||||
child: Text("下次再说"),
|
child: Text("下次再说"),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
Storage.setString(
|
// Storage.setString(
|
||||||
isShowUpdateVersion, isShowUpdateVersion);
|
// isShowUpdateVersion, isShowUpdateVersion);
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
CupertinoDialogAction(
|
CupertinoDialogAction(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user