Fix pasted phone number issue

This commit is contained in:
ismailgulek
2021-01-21 01:30:47 +03:00
parent 40a1bda6d6
commit bcb0f87260
@@ -315,6 +315,7 @@ class DialpadViewController: UIViewController {
}
@IBAction private func callButtonAction(_ sender: DialpadActionButton) {
phoneNumber = phoneNumberTextField.text ?? ""
delegate?.dialpadViewControllerDidTapCall?(self, withPhoneNumber: rawPhoneNumber)
}