mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
restore lockOptionMs
This commit is contained in:
@@ -301,7 +301,7 @@ namespace Bit.iOS
|
|||||||
_lockTimer?.Invalidate();
|
_lockTimer?.Invalidate();
|
||||||
_lockTimer?.Dispose();
|
_lockTimer?.Dispose();
|
||||||
_lockTimer = null;
|
_lockTimer = null;
|
||||||
var lockMsSpan = TimeSpan.FromMilliseconds(10000 + 10);
|
var lockMsSpan = TimeSpan.FromMilliseconds(lockOptionMs + 10);
|
||||||
Device.BeginInvokeOnMainThread(() =>
|
Device.BeginInvokeOnMainThread(() =>
|
||||||
{
|
{
|
||||||
_lockTimer = NSTimer.CreateScheduledTimer(lockMsSpan, timer =>
|
_lockTimer = NSTimer.CreateScheduledTimer(lockMsSpan, timer =>
|
||||||
|
|||||||
Reference in New Issue
Block a user