Fix pasted phone number issue

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