“yanghuaxuan” 3 years ago
parent
commit
dd0a667744
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/util/update/app_update_util.dart

+ 1
- 1
lib/util/update/app_update_util.dart View File

@@ -78,7 +78,7 @@ class AppUpdateUtil {
if (Platform.isAndroid) {
FlutterXUpdate.updateByInfo(
updateEntity: updateEntity,
supportBackgroundUpdate: true,
supportBackgroundUpdate: false,
enableIgnore: mustShowDialog || updateEntity.isForce,
retryContent: '更新下载速度太慢了,是否考虑切换下载方式?',
enableRetry: updateEntity.thirdParty,


Loading…
Cancel
Save