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

back to marshmallow

This commit is contained in:
Kyle Spearrin
2017-05-29 20:15:11 -04:00
parent 4cbb3cb43c
commit 34fe7dd6d1
2 changed files with 3 additions and 3 deletions

View File

@@ -320,9 +320,9 @@ namespace Bit.Android
Resource.Color.primary));
}
if(Build.VERSION.SdkInt <= BuildVersionCodes.N && _appSettings.AutofillPersistNotification)
if(/*Build.VERSION.SdkInt <= BuildVersionCodes.N && */_appSettings.AutofillPersistNotification)
{
builder.SetPriority(-2);
builder.SetPriority(-1);
}
_lastNotification = now;