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

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

am dd8c1d8d: am 8850bdc7: Fix for 2170453: Capitalization sticks when entering passwords in Browser

Merge commit 'dd8c1d8d' into eclair-mr2-plus-aosp

* commit 'dd8c1d8d':
  Fix for 2170453: Capitalization sticks when entering passwords in Browser
parents 1fad6de3 dd8c1d8d
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -713,11 +713,7 @@ public class LatinIME extends InputMethodService
        } else {
            sendKeyChar((char)primaryCode);
        }
        if (mPredicting && mComposing.length() == 1) {
        updateShiftKeyState(getCurrentInputEditorInfo());
        } else {
            postUpdateShiftKeyState();
        }
        measureCps();
        TextEntryState.typedCharacter((char) primaryCode, isWordSeparator(primaryCode));
    }