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

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

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

* commit 'b68f66c9193c30842f49103332cc8647491e5099':
  Clip windows to their background by default
parents dd2c4a23 c0e53159
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);