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

Commit b9bc4974 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

Settings: Bump privacy category's initial expanded children count to 10

* The default value of 4 is not even enough to fit
  AOSP prefs × Trust. Bumping it up to 10 lets us
  show AOSP × Trust × Google Apps prefs without
  collapsing them.

Change-Id: Ic133183cb97d1886b2dea6adff473ccc79fb0d90
parent 659b9232
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:key="privacy_dashboard_page"
    android:title="@string/privacy_dashboard_title"
    settings:initialExpandedChildrenCount="4">
    settings:initialExpandedChildrenCount="10">


    <!-- Work Policy info -->