mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +00:00
restore vault timeout timer for Android (#1220)
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Bit.App.Pages
|
||||
private void SaveActivity()
|
||||
{
|
||||
SetServices();
|
||||
_storageService.SaveAsync(Constants.LastActiveKey, _deviceActionService.GetActiveTime());
|
||||
_storageService.SaveAsync(Constants.LastActiveTimeKey, _deviceActionService.GetActiveTime());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user