mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
min priority notification for persist option
This commit is contained in:
@@ -338,7 +338,7 @@ namespace Bit.Android
|
|||||||
|
|
||||||
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */_appSettings.AutofillPersistNotification)
|
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */_appSettings.AutofillPersistNotification)
|
||||||
{
|
{
|
||||||
builder.SetPriority(-1);
|
builder.SetPriority(-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
_lastNotificationTime = now;
|
_lastNotificationTime = now;
|
||||||
|
|||||||
Reference in New Issue
Block a user