1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-31 23:53:25 +00:00

no lock time updates from ios extension

This commit is contained in:
Kyle Spearrin
2017-12-27 23:39:55 -05:00
parent c60cefd188
commit e4f3671ae0
2 changed files with 5 additions and 6 deletions

View File

@@ -76,7 +76,11 @@ namespace Bit.App.Services
}
// Set the new lock timer id
_appSettings.LockTimerId = _timerId;
if(_timerId != null)
{
_appSettings.LockTimerId = _timerId;
}
if(returnNone)
{
return LockType.None;