1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

api level N

This commit is contained in:
Kyle Spearrin
2017-05-29 20:53:02 -04:00
parent eb4fa8620d
commit 5955ca74d2
3 changed files with 3 additions and 2 deletions

View File

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