Device Verification: Do not show back button

This commit is contained in:
manuroe
2019-04-16 11:36:51 +02:00
parent 4633a82d91
commit 645736e12d
3 changed files with 10 additions and 3 deletions
@@ -80,6 +80,9 @@ final class DeviceVerificationVerifyViewController: UIViewController {
super.viewWillAppear(animated)
self.keyboardAvoider?.startAvoiding()
// Hide back button
self.navigationItem.setHidesBackButton(true, animated: animated)
}
override func viewDidAppear(_ animated: Bool) {