mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 10:34:07 +00:00
handle sleep event on ios manually
This commit is contained in:
@@ -194,6 +194,7 @@ namespace Bit.iOS
|
||||
UIApplication.SharedApplication.KeyWindow.EndEditing(true);
|
||||
UIApplication.SharedApplication.SetStatusBarHidden(true, false);
|
||||
_storageService.SaveAsync(Constants.LastActiveKey, DateTime.UtcNow);
|
||||
_messagingService.Send("slept");
|
||||
base.DidEnterBackground(uiApplication);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user