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

Commit 45ac9d45 authored by Raph Levien's avatar Raph Levien Committed by Android Git Automerger
Browse files

am 77b1286f: Merge "Fix extra text appearing after ellipsis"

* commit '77b1286f':
  Fix extra text appearing after ellipsis
parents 3721343a 77b1286f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -433,7 +433,7 @@ public class StaticLayout extends Layout {
                        }

                        if (mLineCount >= mMaximumVisibleLineCount) {
                            break;
                            return;
                        }
                    }
                }