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

Commit a74007e9 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "Fix ZenDurationDialog" into main

parents 80c29640 167af1a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        android:layout_height="match_parent"
        android:orientation="vertical">

        <com.android.settingslib.notification.ZenRadioLayout
        <com.android.settingslib.notification.modes.ZenRadioLayout
            android:id="@+id/zen_duration_conditions"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
@@ -46,7 +46,7 @@
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:orientation="vertical"/>
        </com.android.settingslib.notification.ZenRadioLayout>
        </com.android.settingslib.notification.modes.ZenRadioLayout>
    </LinearLayout>

</ScrollView>
 No newline at end of file