1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

back to marshmallow again

This commit is contained in:
Kyle Spearrin
2017-05-29 21:52:12 -04:00
parent 5955ca74d2
commit f494570725
2 changed files with 2 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);
}