mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +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));
|
Resource.Color.primary));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(Build.VERSION.SdkInt <= BuildVersionCodes.N && _appSettings.AutofillPersistNotification)
|
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */ _appSettings.AutofillPersistNotification)
|
||||||
{
|
{
|
||||||
builder.SetPriority(-1);
|
builder.SetPriority(-1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue