mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-16 12:13:47 +00:00
Avoid capturing app value in callback
This commit is contained in:
parent
b5510e3b84
commit
278f0f1f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ struct FluxaIosApp: App {
|
|||
let authStartup = FluxaAppleAuthStartup()
|
||||
FluxaApple.shared.setCatalogHomeRefreshHandler {
|
||||
Task { @MainActor in
|
||||
await self.catalogStartup.refresh()
|
||||
await catalogStartup.refresh()
|
||||
}
|
||||
}
|
||||
FluxaApple.shared.setSearchHandler { query in
|
||||
|
|
|
|||
Loading…
Reference in a new issue