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

Commit debd8ab7 authored by kaiyiz's avatar kaiyiz
Browse files

Settings: Fix Settings FC issue.

java.lang.ClassCastException: android.preference.CheckBoxPreference
cannot be cast to android.preference.SwitchPreference

Change CheckBoxPreference to SwitchPreference

Change-Id: I9e8225464ccf4751761b861eaf5fadd7d26a8d09
CRs-Fixed: 807506
parent d1ae07ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@
                android:title="@string/accessibility_toggle_speak_password_preference_title"
                android:persistent="false"/>

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