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

Commit b308206f authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Don't reparent task surface if it is not valid" into main

parents d6648aa5 b80de473
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -639,7 +639,7 @@ public class BubbleTransitions {
        @Override
        public void continueCollapse() {
            mBubble.cleanupTaskView();
            if (mTaskLeash == null) return;
            if (mTaskLeash == null || !mTaskLeash.isValid()) return;
            SurfaceControl.Transaction t = new SurfaceControl.Transaction();
            t.reparent(mTaskLeash, mRootLeash);
            t.apply();