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

Commit 100904b7 authored by Riddle Hsu's avatar Riddle Hsu Committed by Gerrit Code Review
Browse files

Merge "Don't associate starting data with task when the fixed rotation started for AE" into main

parents 0d42cb57 b9625b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1469,7 +1469,7 @@ class Task extends TaskFragment {
            // The starting window should keep covering its task when a pure TaskFragment is added
            // because its bounds may not fill the task.
            final ActivityRecord top = getTopMostActivity();
            if (top != null) {
            if (top != null && !top.hasFixedRotationTransform()) {
                top.associateStartingWindowWithTaskIfNeeded();
            }
        }