Use existing download if available, do not redownload

This commit is contained in:
Rahul Kumar Patel
2021-03-29 04:41:41 +05:30
parent 5d70370e4c
commit 626040f008

View File

@@ -35,7 +35,7 @@ private inline fun Request.attachMetaData(app: App) {
apply {
groupId = app.id
tag = app.packageName
enqueueAction = EnqueueAction.REPLACE_EXISTING
enqueueAction = EnqueueAction.UPDATE_ACCORDINGLY
networkType = NetworkType.ALL
}
}