Made a small revision to the notification icon.
This commit is contained in:
parent
0ed8691057
commit
a439674253
8 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ public class PullNotificationService extends IntentService {
|
|||
mentions.get(0).displayName);
|
||||
}
|
||||
NotificationCompat.Builder builder = new NotificationCompat.Builder(this)
|
||||
.setSmallIcon(R.mipmap.ic_notify)
|
||||
.setSmallIcon(R.drawable.ic_notify)
|
||||
.setContentTitle(title);
|
||||
if (icon != null) {
|
||||
builder.setLargeIcon(icon);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue