alway follow queue by default
This commit is contained in:
parent
754c1f4b37
commit
664944d119
@ -83,7 +83,7 @@
|
|||||||
android:summary="@string/pref_unpauseOnHeadsetReconnect_sum"
|
android:summary="@string/pref_unpauseOnHeadsetReconnect_sum"
|
||||||
android:title="@string/pref_unpauseOnHeadsetReconnect_title"/>
|
android:title="@string/pref_unpauseOnHeadsetReconnect_title"/>
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="true"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:key="prefFollowQueue"
|
android:key="prefFollowQueue"
|
||||||
android:summary="@string/pref_followQueue_sum"
|
android:summary="@string/pref_followQueue_sum"
|
||||||
|
@ -214,7 +214,7 @@ public class UserPreferences {
|
|||||||
|
|
||||||
|
|
||||||
public static boolean isFollowQueue() {
|
public static boolean isFollowQueue() {
|
||||||
return prefs.getBoolean(PREF_FOLLOW_QUEUE, false);
|
return prefs.getBoolean(PREF_FOLLOW_QUEUE, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean shouldSkipRemoveFromQueue() { return prefs.getBoolean(PREF_SKIP_REMOVES, false); }
|
public static boolean shouldSkipRemoveFromQueue() { return prefs.getBoolean(PREF_SKIP_REMOVES, false); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user