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

Commit 610c2d25 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fixbug #5387832 [UI/Visual] Address of the website is not displayed...

Merge "Fixbug #5387832 [UI/Visual] Address of the website is not displayed properly(second line of the address is partly shown)"
parents 953dd382 764041d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11605,7 +11605,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    private static final RectF      sTempRect = new RectF();

    // XXX should be much larger
    private static final int        VERY_WIDE = 16384;
    private static final int        VERY_WIDE = 1024*1024;

    private static final int        BLINK = 500;