mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
PlainRoomTimelineStyle handle cell decorator.
This commit is contained in:
@@ -26,12 +26,15 @@ class PlainRoomTimelineStyle: RoomTimelineStyle {
|
||||
|
||||
let cellProvider: RoomTimelineCellProviderProtocol
|
||||
|
||||
let cellDecorator: RoomTimelineCellDecorator
|
||||
|
||||
// MARK: - Setup
|
||||
|
||||
init() {
|
||||
self.identifier = .plain
|
||||
self.cellLayoutUpdater = nil
|
||||
self.cellProvider = PlainRoomTimelineCellProvider()
|
||||
self.cellDecorator = PlainRoomTimelineCellDecorator()
|
||||
}
|
||||
|
||||
// MARK: - Methods
|
||||
|
||||
Reference in New Issue
Block a user