优化和路径规划新适配
This commit is contained in:
@@ -199,9 +199,10 @@ class _UpdateCheckerState extends State<_UpdateChecker> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
Future.delayed(const Duration(seconds: 2), () {
|
||||
if (mounted) context.read<UpdateCubit>().checkUpdate();
|
||||
});
|
||||
// TODO: 暂时注释掉应用启动时的自动更新检查
|
||||
// Future.delayed(const Duration(seconds: 2), () {
|
||||
// if (mounted) context.read<UpdateCubit>().checkUpdate();
|
||||
// });
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user