Merge commit 'eabf0985ef59bea5dde543427c80c9a223077046'

This commit is contained in:
Ilya Laktyushin
2025-03-12 21:59:51 +04:00
35 changed files with 522 additions and 204 deletions

View File

@@ -1038,7 +1038,6 @@ public final class StarsContext {
}
}
init(account: Account) {
self.impl = QueueLocalObject(queue: Queue.mainQueue(), generate: {
return StarsContextImpl(account: account)