mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
back to marshmallow
This commit is contained in:
@@ -320,9 +320,9 @@ namespace Bit.Android
|
||||
Resource.Color.primary));
|
||||
}
|
||||
|
||||
if(Build.VERSION.SdkInt <= BuildVersionCodes.N && _appSettings.AutofillPersistNotification)
|
||||
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */_appSettings.AutofillPersistNotification)
|
||||
{
|
||||
builder.SetPriority(-2);
|
||||
builder.SetPriority(-1);
|
||||
}
|
||||
|
||||
_lastNotification = now;
|
||||
|
||||
Reference in New Issue
Block a user