Skip to content
Snippets Groups Projects
Commit 271023d2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added notification color

parent d4bb1373
Branches
Tags
No related merge requests found
......@@ -68,7 +68,8 @@ class QuasseldroidNotificationManager(private val context: Context) {
.setContentIntent(pendingIntentOpen)
.addAction(0, context.getString(R.string.label_open), pendingIntentOpen)
.addAction(0, context.getString(R.string.label_disconnect), pendingIntentDisconnect)
.setSmallIcon(R.mipmap.ic_launcher_recents)
.setSmallIcon(R.drawable.ic_logo)
.setColor(context.resources.getColor(R.color.colorPrimary))
.setPriority(NotificationCompat.PRIORITY_MIN)
return Handle(BACKGROUND_NOTIFICATION_ID, notification)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment