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

Commit ccf9fca4 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Clip windows to their background by default" into lmp-dev

parents 366c693b 07470537
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3379,6 +3379,9 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
            }
            mDecor.setWindowBackground(background);

            // By default, clip content to the background outline.
            mDecor.setClipToOutline(true);

            final Drawable frame;
            if (mFrameResource != 0) {
                frame = getContext().getDrawable(mFrameResource);