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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user