forked from organicmaps/organicmaps
[ios] Fixed bug with create category alert.
This commit is contained in:
parent
ff5f041998
commit
628b0ce5d6
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ extension BCCreateCategoryAlert: UITextFieldDelegate {
|
|||
|
||||
extension BCCreateCategoryAlert: MWMKeyboardObserver {
|
||||
func onKeyboardAnimation() {
|
||||
centerHorizontaly.constant -= MWMKeyboard.keyboardHeight() / 2
|
||||
centerHorizontaly.constant = -MWMKeyboard.keyboardHeight() / 2
|
||||
layoutIfNeeded()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue