mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Explore typing notifications inspired by web
- Update for dark mode
This commit is contained in:
@@ -36,20 +36,16 @@ class RoomTypingBubbleCell: UITableViewCell {
|
||||
|
||||
// MARK: - Lifecycle
|
||||
|
||||
override func awakeFromNib() {
|
||||
super.awakeFromNib()
|
||||
|
||||
additionalUsersLabel?.textColor = ThemeService.shared().theme.textSecondaryColor
|
||||
dotsView?.highlightedDotColor = ThemeService.shared().theme.textTertiaryColor
|
||||
dotsView?.dotColor = ThemeService.shared().theme.tabBarUnselectedItemTintColor
|
||||
}
|
||||
|
||||
override func prepareForReuse() {
|
||||
super.prepareForReuse()
|
||||
|
||||
for pictureView in userPictureViews {
|
||||
pictureView.removeFromSuperview()
|
||||
}
|
||||
|
||||
additionalUsersLabel?.textColor = ThemeService.shared().theme.textSecondaryColor
|
||||
dotsView?.highlightedDotColor = ThemeService.shared().theme.textTertiaryColor
|
||||
dotsView?.dotColor = ThemeService.shared().theme.textSecondaryColor
|
||||
}
|
||||
|
||||
override func layoutSubviews() {
|
||||
|
||||
Reference in New Issue
Block a user