“yanghuaxuan” 3 년 전
부모
커밋
dd0a667744
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,


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