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

Commit 2ceea216 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 9c36ee9b: am 2ddfcc4a: Merge "Context leaks in EditText causes out of memory"

* commit '9c36ee9b':
  Context leaks in EditText causes out of memory
parents 8d5f3638 9c36ee9b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -318,6 +318,7 @@ public class Editor {
        }

        getPositionListener().addSubscriber(mCursorAnchorInfoNotifier, true);
        resumeBlink();
    }

    void onDetachedFromWindow() {
@@ -327,9 +328,7 @@ public class Editor {
            hideError();
        }

        if (mBlink != null) {
            mBlink.removeCallbacks(mBlink);
        }
        suspendBlink();

        if (mInsertionPointCursorController != null) {
            mInsertionPointCursorController.onDetached();