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 f27363d372
commit 84e1b98b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {