Removed notificationCompatBuilder.setColor as it's not necessary and shouldn't have been committed.

This commit is contained in:
heckler01 2015-10-04 13:37:05 -04:00
parent 0376140570
commit db633ce305
1 changed files with 0 additions and 1 deletions

View File

@ -378,7 +378,6 @@ public class DownloadService extends Service {
if (bigText != null) {
notificationCompatBuilder.setStyle(new NotificationCompat.BigTextStyle().bigText(bigText.toString()));
}
notificationCompatBuilder.setColor(0xff424242);
return notificationCompatBuilder.build();
}
return null;