Skip to content

Commit

Permalink
Change presentation flow of the keyboard. (trustwallet#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegGordiichuk authored May 20, 2018
1 parent a582f96 commit 39455ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Trust/Lock/ViewControllers/LockPasscodeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ class LockPasscodeViewController: UIViewController {
self.view.backgroundColor = UIColor.white
self.configureInvisiblePasscodeField()
self.configureLockView()
}
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
if !invisiblePasscodeField.isFirstResponder && !lock.incorrectMaxAttemptTimeIsSet() {
invisiblePasscodeField.becomeFirstResponder()
}
Expand Down

0 comments on commit 39455ac

Please sign in to comment.