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

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

Merge "Use config change flags for restart change transition" into main

parents a754daa1 86920fe7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -8829,10 +8829,9 @@ final class ActivityRecord extends WindowToken {
                }
                final ActionChain chain = mAtmService.mChainTracker.start(
                        "restartProc", transition);
                // Request invisible so there will be a change after the activity is restarted
                // to be visible.
                setVisibleRequested(false);
                chain.collect(this);
                // Make sure this will be a change in the transition.
                transition.setKnownConfigChanges(this, CONFIG_WINDOW_CONFIGURATION);
                mTransitionController.requestStartTransition(transition, task,
                        null /* remoteTransition */, null /* displayChange */);
                scheduleStopForRestartProcess();