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

Commit cdfab19b authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Restoring mLayout has private in TextView

Change-Id: If8c4385ec0b64fb2055f4561aeeb1c145294d679
parent 866103c0
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -11460,13 +11460,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    private boolean                 mUserSetTextScaleX;
    private final Paint             mHighlightPaint;
    private int                     mHighlightColor = 0x6633B5E5;
    /**
     * This is temporarily visible to fix bug 3085564 in webView. Do not rely on
     * this field being protected. Will be restored as private when lineHeight
     * feature request 3215097 is implemented
     * @hide
     */
    protected Layout                mLayout;
    private Layout                  mLayout;

    private long                    mShowCursor;
    private Blink                   mBlink;