mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
priority min
This commit is contained in:
parent
050acdf580
commit
4cbb3cb43c
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
_lastNotification = now;
|
_lastNotification = now;
|
||||||
|
|
Loading…
Reference in a new issue