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

Commit 27d68bb2 authored by Gus Prevas's avatar Gus Prevas Committed by Android (Google) Code Review
Browse files

Merge "Removes swipe-to-dismiss from Wear window styles." into nyc-dev

parents e3f400de eb9f0f84
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
        <item name="windowBackground">@color/black</item>
        <item name="windowContentOverlay">@null</item>
        <item name="windowIsFloating">false</item>
        <item name="windowSwipeToDismiss">true</item>
        <!-- Required to force windowInsets dispatch through application UI. -->
        <item name="windowOverscan">true</item>
    </style>
@@ -42,7 +41,6 @@
        <item name="windowBackground">@color/white</item>
        <item name="windowContentOverlay">@null</item>
        <item name="windowIsFloating">false</item>
        <item name="windowSwipeToDismiss">true</item>
        <!-- Required to force windowInsets dispatch through application UI. -->
        <item name="windowOverscan">true</item>
    </style>