Update Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift

Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2021-04-08 16:13:56 +02:00
committed by GitHub
parent 825088553a
commit ccda218ddf
@@ -89,13 +89,6 @@ class RoomTypingBubbleCell: MXKTableViewCell, Themable {
return UINib(nibName: String(describing: self), bundle: nil)
}
override func customizeRendering() {
super.customizeRendering()
let theme = ThemeService.shared().theme
self.update(theme: theme)
}
// MARK: - Themable
func update(theme: Theme) {