am b3f6116e
: am fd73824d
: Merge "Fix: Text is cut in Edit word edit box when adding word to dictionary"
* commit 'b3f6116e2bd8bfa1b23b724526badaa6b1602a12': Fix: Text is cut in Edit word edit box when adding word to dictionary
This commit is contained in:
@@ -217,7 +217,7 @@ public class UserDictionarySettings extends ListFragment implements DialogCreata
|
|||||||
if (mAutoReturn) activity.onBackPressed();
|
if (mAutoReturn) activity.onBackPressed();
|
||||||
}})
|
}})
|
||||||
.create();
|
.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);
|
WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);
|
||||||
return dialog;
|
return dialog;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user