Merge "Fix: Text is cut in Edit word edit box when adding word to dictionary"
This commit is contained in:
@@ -224,7 +224,7 @@ public class UserDictionarySettings extends ListActivity {
|
||||
if (mAutoReturn) finish();
|
||||
}})
|
||||
.create();
|
||||
dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE |
|
||||
dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN |
|
||||
WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);
|
||||
return dialog;
|
||||
}
|
||||
|
Reference in New Issue
Block a user