WM: Perform layout based on the requested flags
When the global system ui visibility changes, this clears certain sysui flags from windows. However, if we then use this value to perform layout, we might lay out the window in a way the app did not expect and that is not stable during transitions in and out of full screen. To fix this, always use the sysUiFl that the app provided in its window attributes, instead of using the window state's changing state. Change-Id: I5f9b3ed37be84553e9e2d912a102675beb6fc11a Fixes: 76084813 Test: Open Video in browser, enter full screen, play, press home. Verify transition into PiP is smooth.
Loading
Please register or sign in to comment