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

Commit 0035b5ca authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

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

parents 2c507b92 dd962ee1
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;
            }