Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing keyboard visibility bug in WhistleFactory
As detailed in https://stackoverflow.com/questions/15554481/keyboard-doesnt-come-up-with-multiple-uiwindows using makeKeyAndVisible() causes the keyboard to dismiss. Prefer using isHidden = false instead to avoid this side-effect.
- Loading branch information