mirror of
https://github.com/bitwarden/mobile
synced 2026-01-19 17:03:21 +00:00
Lock Screen Fixes
- Move settings to AppSettingsService - Update activity on page disappaearing - Always check if app is currently locked before updating last activity date
This commit is contained in:
@@ -152,7 +152,6 @@ namespace Bit.App.Pages
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
_userDialogs.ShowLoading(AppResources.Deleting, MaskType.Black);
|
||||
var deleteTask = await _folderService.DeleteAsync(_folderId);
|
||||
_userDialogs.HideLoading();
|
||||
|
||||
Reference in New Issue
Block a user