mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
save activity
This commit is contained in:
@@ -22,12 +22,6 @@ namespace Bit.App.Pages
|
||||
SaveActivity();
|
||||
}
|
||||
|
||||
protected override void OnDisappearing()
|
||||
{
|
||||
base.OnDisappearing();
|
||||
SaveActivity();
|
||||
}
|
||||
|
||||
public bool DoOnce(Action action = null, int milliseconds = 1000)
|
||||
{
|
||||
if(LastPageAction.HasValue && (DateTime.UtcNow - LastPageAction.Value).TotalMilliseconds < milliseconds)
|
||||
|
||||
Reference in New Issue
Block a user