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

Commit db65907a authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Code Review
Browse files

Merge "Adding pan behavior on preference dialog."

parents 9de93424 f313b9e8
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);
    }

    /**