Skip to content
Commit 926643f4 authored by Robert Carr's avatar Robert Carr
Browse files

Avoid entering orientation changing state when seamlessly rotating.

It used to be that we only used mOrientationChanging instead of the
configuration mismatch detection. We would explicitly avoid setting
mOrientationChanging in the case of seamless rotation. We need to
continue to return false here for seamless rotation as getOrientationChanging
is only used to track the screen freezing logic which we don't want here.
It can also trigger windows to be re-shown, causing animations and glitches
which are presumably normally covered up by the screenshot.

Bug: 63852205
Test: Manual, go/wm-smoke
Change-Id: I537fa815180bbccc3b9682a15496d3ef851df6ee
parent 9ce641fd
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