Skip to content

Commit

Permalink
fix(ios): only adjust constraints for in-app keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
sgschantz committed Dec 2, 2024
1 parent 3dca7b7 commit 506da20
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,10 @@ open class InputViewController: UIInputViewController, KeymanWebDelegate {
}

private func setInnerConstraints() {
self.buildInputViewConstraints()

if (!self.isSystemKeyboard) {
self.buildInputViewConstraints()
}

self.updateViewConstraints()
fixLayout()
}
Expand Down

0 comments on commit 506da20

Please sign in to comment.