Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ca397f5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am e40afdf7: am 0035b5ca: Merge "Fix issue #3415137: New wallpaper size breaks...

am e40afdf7: am 0035b5ca: Merge "Fix issue #3415137: New wallpaper size breaks thumbnails." into honeycomb

* commit 'e40afdf7':
  Fix issue #3415137: New wallpaper size breaks thumbnails.
parents adf85175 e40afdf7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -5101,6 +5101,9 @@ public class WindowManagerService extends IWindowManager.Stub
            }
            Binder.restoreCallingIdentity(ident);

            // Constrain frame to the screen size.
            frame.intersect(0, 0, dw, dh);
            
            if (frame.isEmpty() || maxLayer == 0) {
                return null;
            }