mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 21:53:57 +00:00
shorter delays
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
catch(Exception e) when(e.Message.Contains("No key."))
|
||||
{
|
||||
await Task.Delay(5000);
|
||||
await Task.Delay(1000);
|
||||
await _vm.LoadAsync();
|
||||
}
|
||||
}, _mainContent);
|
||||
|
||||
@@ -105,7 +105,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
catch(Exception e) when(e.Message.Contains("No key."))
|
||||
{
|
||||
await Task.Delay(5000);
|
||||
await Task.Delay(1000);
|
||||
await _vm.LoadAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user