Disabled gapless playback for default

This commit is contained in:
Karim Abou Zeid 2015-06-28 15:55:36 +02:00
commit 54de0bb2cc
4 changed files with 4 additions and 4 deletions

View file

@ -201,7 +201,7 @@ public final class PreferenceUtils {
}
public final boolean gaplessPlayback() {
return mPreferences.getBoolean(GAPLESS_PLAYBACK, true);
return mPreferences.getBoolean(GAPLESS_PLAYBACK, false);
}
public final boolean albumArtOnLockscrenn() {