diff --git a/submodules/WalletUI/Sources/WalletSplashScreen.swift b/submodules/WalletUI/Sources/WalletSplashScreen.swift index 9648d14561..bd20598a19 100644 --- a/submodules/WalletUI/Sources/WalletSplashScreen.swift +++ b/submodules/WalletUI/Sources/WalletSplashScreen.swift @@ -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 }