From 29cdbd4a41e686f8df5521cbeeb97a6b412515e7 Mon Sep 17 00:00:00 2001 From: Andrei Ashikhmin Date: Tue, 19 Sep 2023 11:16:15 +0700 Subject: [PATCH] fix: redraw Join Dashpay on status change --- DashWallet/Sources/UI/Home/Views/HomeView.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DashWallet/Sources/UI/Home/Views/HomeView.swift b/DashWallet/Sources/UI/Home/Views/HomeView.swift index 505c3cab3..e77c0a33a 100644 --- a/DashWallet/Sources/UI/Home/Views/HomeView.swift +++ b/DashWallet/Sources/UI/Home/Views/HomeView.swift @@ -221,6 +221,8 @@ final class HomeView: UIView, DWHomeModelUpdatesObserver, DWDPRegistrationErrorR } else { delegate?.homeView(self, didUpdateProfile: nil, unreadNotifications: 0) } + + setNeedsLayout() } } #endif