Fixed UI glitches in dark mode

- Update after review
- Better theme support for `RoundedToastView`
- Better theme support for `RecentsInvitesTableViewCell`
This commit is contained in:
Gil Eluard
2022-09-03 22:03:54 +02:00
parent a088bb0d47
commit df083edd54
5 changed files with 31 additions and 3 deletions
@@ -48,6 +48,12 @@ class RecentsInvitesTableViewCell: UITableViewCell, NibReusable, Themable {
update(theme: ThemeService.shared().theme)
}
override func prepareForReuse() {
super.prepareForReuse()
update(theme: ThemeService.shared().theme)
}
// MARK: - Themable
func update(theme: Theme) {