1
0
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:
Kyle Spearrin
2017-02-17 23:03:54 -05:00
parent 27e996dba0
commit b435256911
3 changed files with 12 additions and 7 deletions

View File

@@ -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);
}