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

Commit 764041d2 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio
Browse files

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

Fixbug #5387832 [UI/Visual] Address of the website is not displayed properly(second line of the address is partly shown)

- make VERY_WIDE bigger ... 64 times actually

Change-Id: I1a177ef5821d9341abb77ea69a50e05a5bfc97b5
parent e921572b
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;