mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-01 22:51:39 +01:00
set color for autofill notification
This commit is contained in:
parent
53774735d4
commit
95b8efae20
@ -149,6 +149,8 @@ namespace Bit.Android
|
||||
.SetTicker("Tap this notification to autofill a login from your bitwarden vault.")
|
||||
.SetWhen(Java.Lang.JavaSystem.CurrentTimeMillis())
|
||||
.SetVisibility(NotificationVisibility.Secret)
|
||||
.SetColor(global::Android.Support.V4.Content.ContextCompat.GetColor(ApplicationContext,
|
||||
Resource.Color.primary))
|
||||
.SetContentIntent(pendingIntent);
|
||||
|
||||
var notificationManager = (NotificationManager)GetSystemService(NotificationService);
|
||||
|
Loading…
Reference in New Issue
Block a user