mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Use DateTime.Now for background date
This commit is contained in:
@@ -138,7 +138,7 @@ namespace Bit.iOS
|
||||
|
||||
// Log the date/time we last backgrounded
|
||||
|
||||
Settings.AddOrUpdateValue(Bit.App.Constants.SettingLastBackgroundedDate, DateTime.UtcNow);
|
||||
Settings.AddOrUpdateValue(Bit.App.Constants.SettingLastBackgroundedDate, DateTime.Now);
|
||||
|
||||
base.DidEnterBackground(uiApplication);
|
||||
Debug.WriteLine("DidEnterBackground");
|
||||
|
||||
Reference in New Issue
Block a user