Skip to content

Commit

Permalink
fix: redraw Join Dashpay on status change
Browse files Browse the repository at this point in the history
  • Loading branch information
Syn-McJ committed Sep 19, 2023
1 parent 7d2b554 commit 29cdbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DashWallet/Sources/UI/Home/Views/HomeView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ final class HomeView: UIView, DWHomeModelUpdatesObserver, DWDPRegistrationErrorR
} else {
delegate?.homeView(self, didUpdateProfile: nil, unreadNotifications: 0)
}

setNeedsLayout()
}
}
#endif
Expand Down

0 comments on commit 29cdbd4

Please sign in to comment.