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

Commit a38aeb81 authored by Qijing Yao's avatar Qijing Yao Committed by Android (Google) Code Review
Browse files

Merge "Make sure topActivity always retrieves focus when move task to back" into udc-dev

parents 19157f2e 004e857c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5684,6 +5684,7 @@ class Task extends TaskFragment {
            // Usually resuming a top activity triggers the next app transition, but nothing's got
            // resumed in this case, so we need to execute it explicitly.
            mDisplayContent.executeAppTransition();
            mDisplayContent.setFocusedApp(topActivity);
        } else {
            mRootWindowContainer.resumeFocusedTasksTopActivities();
        }