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