mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
added lock setting to persist settings page lock action between app restarts
This commit is contained in:
@@ -188,6 +188,7 @@ namespace Bit.App.Pages
|
||||
|
||||
private void LockCell_Tapped(object sender, EventArgs e)
|
||||
{
|
||||
_settings.AddOrUpdateValue(Constants.SettingLocked, true);
|
||||
MessagingCenter.Send(Application.Current, "Lock", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user