1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-08-19 22:03:36 +02:00

min priority notification for persist option

This commit is contained in:
Kyle Spearrin 2017-05-30 09:24:29 -04:00
parent 84a6ee8cbf
commit f6c16ec53d

View File

@ -338,7 +338,7 @@ namespace Bit.Android
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */_appSettings.AutofillPersistNotification)
{
builder.SetPriority(-1);
builder.SetPriority(-2);
}
_lastNotificationTime = now;