mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
restore lockOptionMs
This commit is contained in:
parent
ab3bebf06a
commit
1e5aaea8f4
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ namespace Bit.iOS
|
|||
_lockTimer?.Invalidate();
|
||||
_lockTimer?.Dispose();
|
||||
_lockTimer = null;
|
||||
var lockMsSpan = TimeSpan.FromMilliseconds(10000 + 10);
|
||||
var lockMsSpan = TimeSpan.FromMilliseconds(lockOptionMs + 10);
|
||||
Device.BeginInvokeOnMainThread(() =>
|
||||
{
|
||||
_lockTimer = NSTimer.CreateScheduledTimer(lockMsSpan, timer =>
|
||||
|
|
Loading…
Reference in a new issue