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

Commit e0083466 authored by Matt Garnes's avatar Matt Garnes
Browse files

Change CheckBoxPreference to use SwitchPreference.

One setting in development prefs used CheckBoxPreference, which is then
cast to a SwitchPreference. This causes Settings to crash. This was
probably the result of a bad merge, change it back.

Change-Id: I9e90dc3610c53b57b179c70e50b38c371ba5d62f
parent 62774eb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
            android:fragment="com.android.settings.applications.ProcessStatsUi">
    </PreferenceScreen>

    <CheckBoxPreference
    <SwitchPreference
        android:key="enable_quickboot"
        android:title="@string/enable_quickboot_title"
        android:summary="@string/enable_quickboot_summary" />