mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-06 16:07:42 +02:00
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:
@@ -17,7 +17,7 @@
|
||||
import UIKit
|
||||
|
||||
@objcMembers
|
||||
class RoomCreationIntroCell: MXKRoomBubbleTableViewCell {
|
||||
class RoomCreationIntroCell: MXKRoomBubbleTableViewCell, Themable {
|
||||
|
||||
// MARK: - Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user