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

Commit c17942f7 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Fix for 3124993. Crash in Browser on long press."

parents e6634981 77f18b0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5018,6 +5018,9 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
        }

        mLayout = mHintLayout = null;

        // Since it depends on the value of mLayout
        prepareCursorControllers();
    }

    /**