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

target android N framework

This commit is contained in:
Kyle Spearrin
2017-05-29 19:40:27 -04:00
parent 358da4051e
commit 050acdf580
2 changed files with 11 additions and 12 deletions

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