Merge commit '03821dc6ea9f96e2b420ab327b727fdcefd880d3' * commit '03821dc6ea9f96e2b420ab327b727fdcefd880d3': Allow two SurfaceViews inbetween the app and the wallpaper.
This commit is contained in:
committed by
Android Git Automerger
commit
2088fb0191
@@ -1481,6 +1481,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
WindowState wb = localmWindows.get(foundI-1);
|
||||
if (wb.mBaseLayer < maxLayer &&
|
||||
wb.mAttachedWindow != foundW &&
|
||||
wb.mAttachedWindow != foundW.mAttachedWindow &&
|
||||
(wb.mAttrs.type != TYPE_APPLICATION_STARTING ||
|
||||
wb.mToken != foundW.mToken)) {
|
||||
// This window is not related to the previous one in any
|
||||
|
||||
Reference in New Issue
Block a user