We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9de9342 + f313b9e commit db65907Copy full SHA for db65907
core/java/android/preference/DialogPreference.java
@@ -322,7 +322,7 @@ protected boolean needInputMethod() {
322
private void requestInputMethod(Dialog dialog) {
323
Window window = dialog.getWindow();
324
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE |
325
- WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
+ WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
326
}
327
328
/**
0 commit comments