Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8d2aff4 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am db65907a: Merge "Adding pan behavior on preference dialog."

* commit 'db65907a':
  Adding pan behavior on preference dialog.
parents 1ed7d65b db65907a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ public abstract class DialogPreference extends Preference implements
    private void requestInputMethod(Dialog dialog) {
        Window window = dialog.getWindow();
        window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE |
                WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
                WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
    }

    /**