RoomCreationIntroCell now conforms to Themable protocol, making this cell type able to be updated when the system changes from light to dark theme and vice-versa

This commit is contained in:
mgcm
2023-05-23 14:54:10 +00:00
parent 509c7a272d
commit f0edfacb68
@@ -17,7 +17,7 @@
import UIKit
@objcMembers
class RoomCreationIntroCell: MXKRoomBubbleTableViewCell {
class RoomCreationIntroCell: MXKRoomBubbleTableViewCell, Themable {
// MARK: - Constants