Skip to content
Snippets Groups Projects
Commit d133173f authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

link device: fix frozen UI

This patch fixes the frozen user interface that occurs after
entering an incorrect password while generating a PIN
to link the device.

Gitlab: #297
Change-Id: I9ceb7191d053696e9fcabae2f3b5fb1a85089e24
parent f93d0e86
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,8 @@ class LinkNewDeviceViewController: UIViewController, StoryboardBased, ViewModelB ...@@ -43,8 +43,8 @@ class LinkNewDeviceViewController: UIViewController, StoryboardBased, ViewModelB
self?.hideHud() self?.hideHud()
self?.showSuccessAlert(pin: pin) self?.showSuccessAlert(pin: pin)
case .error(let pinError): case .error(let pinError):
self?.showErrorAlert(error: pinError.description)
self?.hideHud() self?.hideHud()
self?.showErrorAlert(error: pinError.description)
default: default:
break break
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment