1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-08-19 22:03:36 +02:00

comment out BuildVersionCodes N check

This commit is contained in:
Kyle Spearrin 2017-05-29 11:43:55 -04:00
parent ffb51c1515
commit 358da4051e

View File

@ -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);
}