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

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

Merge "Fix: Text is cut in Edit word edit box when adding word to dictionary"

parents b41b85dc 211893e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }