From f0edfacb68a07001bc122cef55179a85da497ad0 Mon Sep 17 00:00:00 2001 From: mgcm Date: Tue, 23 May 2023 14:54:10 +0000 Subject: [PATCH] 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 --- .../TimelineCells/RoomCreationIntro/RoomCreationIntroCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Room/TimelineCells/RoomCreationIntro/RoomCreationIntroCell.swift b/Riot/Modules/Room/TimelineCells/RoomCreationIntro/RoomCreationIntroCell.swift index 33a9c3d2b..f135ba524 100644 --- a/Riot/Modules/Room/TimelineCells/RoomCreationIntro/RoomCreationIntroCell.swift +++ b/Riot/Modules/Room/TimelineCells/RoomCreationIntro/RoomCreationIntroCell.swift @@ -17,7 +17,7 @@ import UIKit @objcMembers -class RoomCreationIntroCell: MXKRoomBubbleTableViewCell { +class RoomCreationIntroCell: MXKRoomBubbleTableViewCell, Themable { // MARK: - Constants