Update Riot/Modules/Room/Views/BubbleCells/RoomTypingBubbleCell.swift

Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2021-04-08 13:48:25 +02:00
committed by GitHub
parent 24ade9daec
commit 01e3616680
@@ -31,7 +31,7 @@ class RoomTypingBubbleCell: UITableViewCell {
// MARK: - members
private var userPictureViews: Array<MXKImageView> = Array()
private var userPictureViews: [MXKImageView] = []
// MARK: - Lifecycle