mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix main thread access
This commit is contained in:
parent
558dfb1135
commit
0fd645d115
@ -162,7 +162,8 @@ public final class WalletSplashScreen: ViewController {
|
||||
|> restart
|
||||
|> take(1)
|
||||
|
||||
strongSelf.actionDisposable.set(check.start(error: { _ in
|
||||
strongSelf.actionDisposable.set((check
|
||||
|> deliverOnMainQueue).start(error: { _ in
|
||||
guard let strongSelf = self else {
|
||||
return
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user