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

Commit 362d783a authored by Doris Ling's avatar Doris Ling
Browse files

Update the initial expanded count for apps and notifications.

- increase it by 1 to accomodate the injected setting.

Change-Id: I0e131c87ffbf2b296b66717b2c6f160abb3b3269
Fixes: 77823915
Test: visual
parent d7ebfe34
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="apps_and_notification_screen"
    android:title="@string/app_and_notification_dashboard_title"
    settings:initialExpandedChildrenCount="7">
    settings:initialExpandedChildrenCount="8">
    <!-- the initial count should include the dynamic tiles -->

    <PreferenceCategory
        android:key="recent_apps_category"