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

Commit 559b2b6a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Memory Leak] Clear ViewRootImpl#mFallbackEventHandler's view from...

Merge "[Memory Leak] Clear ViewRootImpl#mFallbackEventHandler's view from ViewRootImpl#doDie()" into main
parents 04582e97 bce32fd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6581,6 +6581,7 @@ public final class ViewRootImpl implements ViewParent,
        mView.assignParent(null);
        mView = null;
        mAttachInfo.mRootView = null;
        mFallbackEventHandler.setView(null);
        destroySurface();