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

Commit b3f6116e authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

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

* commit 'fd73824d':
  Fix: Text is cut in Edit word edit box when adding word to dictionary
parents 7d19d795 fd73824d
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;
    }