Merge "Fix for "Can't place cursor after combining accent"" into klp-dev

This commit is contained in:
Raph Levien
2013-09-20 23:27:57 +00:00
committed by Android (Google) Code Review

View File

@@ -1115,7 +1115,7 @@ public abstract class Layout {
float dist = Math.abs(getPrimaryHorizontal(max) - horiz);
if (dist < bestdist) {
if (dist <= bestdist) {
bestdist = dist;
best = max;
}