Switched back to white notification. Added back ripple to notification.

This commit is contained in:
Karim Abou Zeid 2015-06-17 02:32:22 +02:00
commit 27e56754e3
8 changed files with 38 additions and 21 deletions

View file

@ -116,7 +116,7 @@ public final class PreferenceUtils {
}
public final boolean coloredNotification() {
return mPreferences.getBoolean(COLORED_NOTIFICATION, true);
return mPreferences.getBoolean(COLORED_NOTIFICATION, false);
}
public final boolean coloredNavigationBarAlbum() {