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:42 +02:00 committed by GitHub
parent 92e660e0dd
commit 9c57d13f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,9 +121,7 @@ import UIKit
// MARK: - Private methods
@objc private func buttonAction(_ sender: UIButton) {
if let action = actionItems[sender.tag].action {
action()
}
actionItems[sender.tag].action()
}
private func setupView() {