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

Commit ad441d16 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Fix system server crash when transition happened during predictive back" into main

parents d885398d d09caa2c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1732,7 +1732,10 @@ class BackNavigationController {
            // The activity was detached from hierarchy.
            return;
        }

        if (activity.mDisplayContent.isFixedRotationLaunchingApp(activity)) {
            activity.mDisplayContent.continueUpdateOrientationForDiffOrienLaunchingApp();
        }

        // Restore the launch-behind state.
        activity.mTaskSupervisor.scheduleLaunchTaskBehindComplete(activity.token);