Fix logging, add "Notify me for" label, fix theme on avatar and add changes

This commit is contained in:
langleyd
2021-07-08 20:54:32 +01:00
parent 5eec7b02b5
commit bbf93f5c2b
9 changed files with 114 additions and 12 deletions
@@ -37,6 +37,8 @@ extension RoomNotificationSettingsCell: Themable {
backgroundColor = theme.backgroundColor
contentView.backgroundColor = .clear
tintColor = theme.tintColor
selectedBackgroundView = UIView()
selectedBackgroundView?.backgroundColor = theme.selectedBackgroundColor
}
}