Always asks to add source when installing app if not yet added

This commit is contained in:
Riley Testut
2024-01-23 17:15:39 -06:00
committed by Magesh K
parent 79fc75edbd
commit f477115003
4 changed files with 56 additions and 41 deletions

View File

@@ -453,6 +453,7 @@ extension AppManager
completionHandler(.failure(error))
let group = RefreshGroup(context: context)
group.progress.cancel()
return group
}