am b74c9043: am 5e5c78a6: Merge "Additional check to determine insets for recents animation" into lmp-dev
* commit 'b74c904364339f61eeee1a6b903e2cffa39dc715': Additional check to determine insets for recents animation
This commit is contained in:
@@ -3356,7 +3356,8 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
}
|
||||
isFullScreen =
|
||||
((win.mSystemUiVisibility & SYSTEM_UI_FLAGS_LAYOUT_STABLE_FULLSCREEN) ==
|
||||
SYSTEM_UI_FLAGS_LAYOUT_STABLE_FULLSCREEN);
|
||||
SYSTEM_UI_FLAGS_LAYOUT_STABLE_FULLSCREEN) ||
|
||||
((win.mAttrs.flags & FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) != 0);
|
||||
}
|
||||
|
||||
if (atoken.mLaunchTaskBehind) {
|
||||
|
||||
Reference in New Issue
Block a user