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

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

am f14f96ef: am b3f6116e: am fd73824d: Merge "Fix: Text is cut in Edit word...

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

* commit 'f14f96ef':
  Fix: Text is cut in Edit word edit box when adding word to dictionary
parents 493e992a f14f96ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ public class UserDictionarySettings extends ListFragment implements DialogCreata
                        if (mAutoReturn) activity.onBackPressed();
                    }})
                .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;
    }