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

Commit fc4d179b authored by Bruno Martins's avatar Bruno Martins
Browse files

dark_mode: Set required package for pure black theme toggle

Just to avoid showing the preference if for some reason the
package is not present.

Change-Id: I3368f77f3b2ce220cd115f3242220257cb3f56b6
parent 6221d3f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,5 +67,6 @@
        android:dependency="dark_ui_activated"
        android:title="@string/berry_black_theme_title"
        android:summary="@string/berry_black_theme_summary"
        android:defaultValue="false" />
        android:defaultValue="false"
        settings:requiresPackage="org.lineageos.overlay.customization.blacktheme" />
</PreferenceScreen>