mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Partial-Fix for #723: Error on refresh operation must be set on self.context instead of group.context (#742)
This commit is contained in:
@@ -1207,7 +1207,7 @@ private extension AppManager
|
||||
}
|
||||
catch
|
||||
{
|
||||
group.context.error = error
|
||||
context.error = error
|
||||
operation.finish()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user