mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 08:32:53 +02:00
Improve title of digit button
This commit is contained in:
@@ -274,7 +274,7 @@ class DialpadViewController: UIViewController {
|
||||
}
|
||||
|
||||
@IBAction private func digitButtonAction(_ sender: DialpadButton) {
|
||||
let digit = sender.title(for: .normal) ?? ""
|
||||
let digit = Constants.digitButtonViewDatas[sender.tag]?.title ?? ""
|
||||
|
||||
defer {
|
||||
delegate?.dialpadViewControllerDidTapDigit?(self, digit: digit)
|
||||
|
||||
Reference in New Issue
Block a user