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

Commit c0e53159 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

am 1e99a383: Merge "Clip windows to their background by default" into lmp-dev

* commit '1e99a38308a6020a6d2d2be1a6adf867641e7776':
  Clip windows to their background by default
parents f3403989 ccf9fca4
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);