Merge "Defer always on top state when task gets maximized"
This commit is contained in:
committed by
Android (Google) Code Review
commit
4095cd7dbf
@@ -575,7 +575,8 @@ public class WindowConfiguration implements Parcelable, Comparable<WindowConfigu
|
||||
* @hide
|
||||
*/
|
||||
public boolean isAlwaysOnTop() {
|
||||
return mWindowingMode == WINDOWING_MODE_PINNED || mAlwaysOnTop == ALWAYS_ON_TOP_ON;
|
||||
return mWindowingMode == WINDOWING_MODE_PINNED
|
||||
|| (mWindowingMode == WINDOWING_MODE_FREEFORM && mAlwaysOnTop == ALWAYS_ON_TOP_ON);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user