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

Commit 211893e7 authored by Zoran Jovanovic's avatar Zoran Jovanovic Committed by Johan Redestig
Browse files

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

When a word is added to dictionary its display is cut in edit box of
Edit word dialog on some screens.

Change-Id: I8c8dde9df6b2ccad21bb2113a240d24a99d51012
parent 3f1ba01d
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;
    }