1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-15 10:25:20 +01:00
This commit is contained in:
Kyle Spearrin 2019-05-16 12:31:00 -04:00
parent 290e90ba8e
commit cf41c5e090

View File

@ -193,7 +193,7 @@ namespace Bit.App
}
else if(lockOption == 0)
{
// TODO: Lock now?
await _lockService.LockAsync(true);
}
}
}