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

Commit 77f18b0b authored by Gilles Debunne's avatar Gilles Debunne
Browse files

Fix for 3124993. Crash in Browser on long press.

Change-Id: I88c50e3abd3e3a25f92bcc51163b1ef9e62d2afb
parent 2f791fd8
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();
    }

    /**