mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
comment out BuildVersionCodes N check
This commit is contained in:
parent
ffb51c1515
commit
358da4051e
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ namespace Bit.Android
|
|||
Resource.Color.primary));
|
||||
}
|
||||
|
||||
if(Build.VERSION.SdkInt <= BuildVersionCodes.N && _appSettings.AutofillPersistNotification)
|
||||
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */ _appSettings.AutofillPersistNotification)
|
||||
{
|
||||
builder.SetPriority(-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue