Removed notificationCompatBuilder.setColor as it's not necessary and shouldn't have been committed.
This commit is contained in:
parent
0376140570
commit
db633ce305
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue