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

Commit faee5f4b authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Use EditorInfo.IME_FLAG_FORCE_ASCII instead of privateImeOptions

This change overrides Id40a164c.

Bug: 5850605
Change-Id: Id14aa2ebdf4087c88412ed82de75442785396b84
parent 4de315b8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -26,8 +26,7 @@
        android:layout_weight="1"
        android:singleLine="true"
        android:inputType="textPassword"
        android:imeOptions="actionDone"
        android:privateImeOptions="com.google.android.inputmethod.latin.forceAscii"
        android:imeOptions="flagForceAscii|actionDone"
        android:textAppearance="?android:attr/textAppearanceMedium"
     />