Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable virtual keyboard focus adjustment on Android
Fixes #37190 The default adjustment setting was causing the view to pan down in order to adjust the focus on the text content. We don't need any focus adjustment since we're using a fixed size window for our application. Documentation: https://developer.android.com/reference/android/view/WindowManager.LayoutParams#SOFT_INPUT_ADJUST_NOTHING
- Loading branch information