소스 검색

1、不支持后台更新

tags/0.0.17+4^0
PH2 3 년 전
부모
커밋
39d2303046
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lib/util/update/app_update_util.dart

+ 1
- 1
lib/util/update/app_update_util.dart 파일 보기

@@ -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,


불러오는 중...
취소
저장