Update avatar view and view data usage.

This commit is contained in:
SBiOSoftWhare
2021-07-01 00:07:46 +02:00
parent 0cb160c74d
commit 63300796f8
2 changed files with 19 additions and 3 deletions
@@ -70,6 +70,8 @@ final class RoomCreationIntroCellContentView: UIView, NibLoadable, Themable {
self.addParticipantsButton.addTarget(self, action: #selector(socialButtonAction(_:)), for: .touchUpInside)
self.addParticipantsLabel.text = VectorL10n.roomIntroCellAddParticipantsAction
self.roomAvatarView.showCameraBadgeOnFallbackImage = true
}
override func layoutSubviews() {