am 6b316513: Merge "Fix bug 5067075 - missing scrollbar when entering long signatures"
* commit '6b316513e8ce5c35cafacbeb3b9428fc5c06df67': Fix bug 5067075 - missing scrollbar when entering long signatures
This commit is contained in:
@@ -321,8 +321,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_PAN);
|
||||
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user