[6.2.8][应用升级] 优化升级逻辑,防止重复下载

This commit is contained in:
renwj
2024-01-18 20:24:20 +08:00
parent 657fb9eb29
commit c0d8a47cc3
3 changed files with 21 additions and 0 deletions

View File

@@ -49,4 +49,6 @@ interface IMoGoUpgradeProvider: IProvider {
suspend fun hasUpgradeRecord(): Boolean
suspend fun isNeedGoPatchUpgrade(): Boolean
fun isDownloading(): Boolean
}