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

Commit 6cc318bd authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi
Browse files

Height of the keyboard for spellchecker is too large.

Bug: 18109041
Change-Id: I0eb98a66290058c28e20c86f36395af4f763952e
parent e6597388
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ public final class AndroidSpellCheckerService extends SpellCheckerService
    public static final String PREF_USE_CONTACTS_KEY = "pref_spellcheck_use_contacts";

    private static final int SPELLCHECKER_DUMMY_KEYBOARD_WIDTH = 480;
    private static final int SPELLCHECKER_DUMMY_KEYBOARD_HEIGHT = 368;
    private static final int SPELLCHECKER_DUMMY_KEYBOARD_HEIGHT = 301;

    private static final String DICTIONARY_NAME_PREFIX = "spellcheck_";