mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Refactor cell rendering, move most of the controls to the subclass, refactor user actions, add you started call state
This commit is contained in:
@@ -19,7 +19,7 @@ import Reusable
|
||||
|
||||
class RoomBaseCallBubbleCell: MXKRoomBubbleTableViewCell {
|
||||
|
||||
fileprivate lazy var innerContentView: CallBubbleCellBaseContentView = {
|
||||
lazy var innerContentView: CallBubbleCellBaseContentView = {
|
||||
return CallBubbleCellBaseContentView.loadFromNib()
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user