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

Commit 167af1a7 authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Fix ZenDurationDialog

I moved ZenRadioLayout to a different package and missed updating this
reference.

Fix: 352218372
Bug: 352289773
Test: ZenDurationDialogTest
Flag: EXEMPT trivial change
Change-Id: Iea0a0b33ca8d0fa0f53606f748f58fe8683d40d6
parent b12c2ebf
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