Use existing download if available, do not redownload
This commit is contained in:
@@ -35,7 +35,7 @@ private inline fun Request.attachMetaData(app: App) {
|
|||||||
apply {
|
apply {
|
||||||
groupId = app.id
|
groupId = app.id
|
||||||
tag = app.packageName
|
tag = app.packageName
|
||||||
enqueueAction = EnqueueAction.REPLACE_EXISTING
|
enqueueAction = EnqueueAction.UPDATE_ACCORDINGLY
|
||||||
networkType = NetworkType.ALL
|
networkType = NetworkType.ALL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user