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

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

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

* commit '0035b5ca':
  Fix issue #3415137: New wallpaper size breaks thumbnails.
parents 746ef9b8 0035b5ca
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;
            }