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

Commit cf9b08db authored by Ioana Stefan's avatar Ioana Stefan
Browse files

Remove flag status of LayoutInDisplayCutoutMode

LayoutInDisplayCutoutMode was marked with `flag=true` by mistake. This
change marks it as false by default.

Bug: 174239218
Test: N/A
Change-Id: Ided586c85871981c3be6f4af200fbcbc65754f64
parent 43a47577
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2826,7 +2826,6 @@ public interface WindowManager extends ViewManager {
        /** @hide */
        @Retention(RetentionPolicy.SOURCE)
        @IntDef(
                flag = true,
                value = {LAYOUT_IN_DISPLAY_CUTOUT_MODE_DEFAULT,
                        LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES,
                        LAYOUT_IN_DISPLAY_CUTOUT_MODE_NEVER,