mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
handle locked status better. once locked, stay locked.
This commit is contained in:
@@ -337,7 +337,6 @@ namespace Bit.App.Pages
|
||||
private void LockCell_Tapped(object sender, EventArgs e)
|
||||
{
|
||||
_googleAnalyticsService.TrackAppEvent("Locked");
|
||||
_settings.AddOrUpdateValue(Constants.Locked, true);
|
||||
MessagingCenter.Send(Application.Current, "Lock", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user