mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Update Riot/Modules/Room/Views/InputToolbar/RoomActionsBar.swift
Co-authored-by: ismailgulek <ismailgulek@users.noreply.github.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user