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

Commit b7e63c3f authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Fix mismatch in action tracking for cancelFixedRotation" into main

parents 50c09a35 5673c74a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -563,6 +563,7 @@ class WindowToken extends WindowContainer<WindowState> {
            chain.collect(this);
            transition.collectVisibleChange(this);
            transition.setReady(mDisplayContent, true);
            mWmService.mAtmService.mChainTracker.endPartial();
        }
        final int originalRotation = getWindowConfiguration().getRotation();
        onConfigurationChanged(parent.getConfiguration());