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

Commit fb087a95 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix capitalization, part 1

The case this fixes is typing "Ah.\n" in gmail for example

Bug: 6950087
Change-Id: Ia4bf3a57dde49b9c9d47d315e9f85b7ffc7ee6e3
parent 522e1266
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1696,6 +1696,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen

        Utils.Stats.onSeparator((char)primaryCode, x, y);

        mHandler.postUpdateShiftState();
        return didAutoCorrect;
    }