Fix pasted phone number issue

This commit is contained in:
ismailgulek 2021-01-21 01:30:47 +03:00
parent d2d16be0e0
commit eb2f58755a

View file

@ -315,6 +315,7 @@ class DialpadViewController: UIViewController {
}
@IBAction private func callButtonAction(_ sender: DialpadActionButton) {
phoneNumber = phoneNumberTextField.text ?? ""
delegate?.dialpadViewControllerDidTapCall?(self, withPhoneNumber: rawPhoneNumber)
}