From 84e1b98b0c240168f90b91fcb467530d0b1aae58 Mon Sep 17 00:00:00 2001 From: Gil Eluard Date: Thu, 8 Apr 2021 16:13:56 +0200 Subject: [PATCH] Update Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift Co-authored-by: ismailgulek --- .../Room/Views/BubbleCells/RoomTypingBubbleCell.swift | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift b/Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift index 0c2c01b1a..f0eba07b2 100644 --- a/Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift +++ b/Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift @@ -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) {