Added new icon for update notification.
This commit is contained in:
parent
930c971035
commit
12b93d6637
6 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ public class FetchAppVersionTask extends AsyncTask<Void, Void, String> {
|
|||
|
||||
NotificationCompat.Builder notificationBuilder = new NotificationCompat
|
||||
.Builder(app, app.getString(R.string.app_update_notification_channel_id))
|
||||
.setSmallIcon(R.drawable.ic_newpipe_triangle_white)
|
||||
.setSmallIcon(R.drawable.ic_newpipe_update)
|
||||
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
|
||||
.setContentIntent(pendingIntent)
|
||||
.setAutoCancel(true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue