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

Commit 3a81360f authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

[SysUI][Floaty] Fix crash on cuttlefish devices

Bug: 410151897
Test: Manual, i.e. verified on cuttlefish and real devices that
      nothing crashes
Flag: EXEMPT bugfix
Change-Id: I684c5c04fed52c5a1b2a5a38376e216ff0d248c0
parent df9f3750
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -12,5 +12,14 @@
    limitations under the License.
-->
<!-- Overlay this resource to change rounded_corners_bottom -->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/rounded"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="8dp"
    android:height="8dp"
    android:viewportWidth="8"
    android:viewportHeight="8">

    <path
        android:fillColor="#000000"
        android:pathData="M8,0H0v8C0,3.6,3.6,0,8,0z" />

</vector>
+11 −2
Original line number Diff line number Diff line
@@ -12,5 +12,14 @@
    limitations under the License.
-->
<!-- Overlay this resource to change rounded_corners_top -->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
    android:drawable="@drawable/rounded"/>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="8dp"
    android:height="8dp"
    android:viewportWidth="8"
    android:viewportHeight="8">

    <path
        android:fillColor="#000000"
        android:pathData="M8,0H0v8C0,3.6,3.6,0,8,0z" />

</vector>