Update Riot/Modules/Room/Views/InputToolbar/RoomActionsBar.swift

Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2021-04-08 10:47:57 +02:00
committed by GitHub
parent 59cf88427a
commit bdecaf0adf

View File

@@ -58,7 +58,7 @@ import UIKit
override init(frame: CGRect) {
super.init(frame: frame)
self.showsHorizontalScrollIndicator = false
setupView()
}
required init?(coder: NSCoder) {