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

Skip to content
Commit e419d2e4 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer Committed by Rashed Abdel-Tawab
Browse files

Don't crash when displaying the " key

When displaying any key selection that has a " key, AOSP 8.0.0_r4's
LatinIME crashes.

The problem is that XML escapes are handled too early:
latin:keySpec=""" becomes latin:keySpec=""" before it's fed to
an XML parser, causing a syntax error.

https://issuetracker.google.com/issues/65090157



Change-Id: I7b52fc62c874075d572a631c75e87caad1d365c0
Signed-off-by: default avatarBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
parent b0364e75
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment