mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
save activity
This commit is contained in:
@@ -135,6 +135,10 @@ namespace Bit.App
|
||||
protected async override void OnSleep()
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine("XF App: OnSleep");
|
||||
if(Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
await _storageService.SaveAsync(Constants.LastActiveKey, DateTime.UtcNow);
|
||||
}
|
||||
await HandleLockingAsync();
|
||||
SetTabsPageFromAutofill();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user