Skip to content
Commit b398861c authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Notify client to clear intermediate rotated adjustments

The previous commit a83c85 for fixing uncleared rotated adjustments
is too aggressive that clears the transform directly. If the previous
activity is still animating, its unrotated window won't fit in display.
E.g. launch an activity in different orientation and press home or back
key before the launch animation is finished.

So this change only notifies client to clear the rotated adjustments.
The transform will be cleared at the end of transition animation.

Bug: 177390830
Test: DisplayContentTests#testClearIntermediateFixedRotationAdjustments

Change-Id: Ica074604df3e74eabbdef931531abe51855103e5
parent 224e5f0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment