Fix main thread access

This commit is contained in:
Peter 2019-10-11 21:27:16 +04:00
parent 558dfb1135
commit 0fd645d115

View File

@ -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
}