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

Commit 9cc3b717 authored by Steve Kondik's avatar Steve Kondik
Browse files

Set the default of LOCK_MMS to off.

parent dfe87d9d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -56,7 +56,7 @@ public class PerformanceSettingsActivity extends PreferenceActivity implements P


    private static final int LOCK_HOME_DEFAULT = 0;
    private static final int LOCK_HOME_DEFAULT = 0;


    private static final int LOCK_MMS_DEFAULT = 1;
    private static final int LOCK_MMS_DEFAULT = 0;


    private ListPreference mCompcachePref;
    private ListPreference mCompcachePref;