mirror of
https://github.com/bitwarden/mobile
synced 2025-02-02 19:47:27 +01:00
restore lockOptionMs
This commit is contained in:
parent
ab3bebf06a
commit
1e5aaea8f4
@ -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…
x
Reference in New Issue
Block a user