Merge "Fix extra text appearing after ellipsis"

This commit is contained in:
Raph Levien
2014-04-07 15:27:11 +00:00
committed by Android (Google) Code Review

View File

@@ -433,7 +433,7 @@ public class StaticLayout extends Layout {
}
if (mLineCount >= mMaximumVisibleLineCount) {
break;
return;
}
}
}