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 e3c6be5dd0
commit 7a6c04b4aa
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) {