Loading core/java/android/text/method/QwertyKeyListener.java +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ public class QwertyKeyListener extends BaseKeyListener { if (count > 0 && selStart == selEnd && selStart > 0) { char c = content.charAt(selStart - 1); if (c == i || c == Character.toUpperCase(i) && view != null) { if ((c == i || c == Character.toUpperCase(i)) && view != null) { if (showCharacterPicker(view, content, c, false, count)) { resetMetaState(content); return true; Loading Loading
core/java/android/text/method/QwertyKeyListener.java +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ public class QwertyKeyListener extends BaseKeyListener { if (count > 0 && selStart == selEnd && selStart > 0) { char c = content.charAt(selStart - 1); if (c == i || c == Character.toUpperCase(i) && view != null) { if ((c == i || c == Character.toUpperCase(i)) && view != null) { if (showCharacterPicker(view, content, c, false, count)) { resetMetaState(content); return true; Loading