Don't blink cancel button when sending transaction on iOS

This commit is contained in:
Ivan Grachev 2021-12-20 17:17:58 +03:00
parent bef1d83786
commit b2f4b52e3d

View File

@ -116,7 +116,7 @@ class ApproveTransactionViewController: UIViewController {
}
private func didApproveTransaction() {
cancelButton.isEnabled = false
}
@IBAction func okButtonTapped(_ sender: Any) {