Set colored footers as default for artist view

This commit is contained in:
Karim Abou Zeid 2015-07-15 18:41:01 +02:00
commit 953568c9f5

View file

@ -310,6 +310,6 @@ public final class PreferenceUtil {
}
public final boolean artistColoredFooters() {
return mPreferences.getBoolean(ARTIST_COLORED_FOOTERS, false);
return mPreferences.getBoolean(ARTIST_COLORED_FOOTERS, true);
}
}