1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 17:53:47 +00:00

crash fixes

This commit is contained in:
Kyle Spearrin
2019-06-14 08:05:28 -04:00
parent 636d3c02c4
commit dcb1102746
3 changed files with 11 additions and 3 deletions

View File

@@ -112,6 +112,10 @@ namespace Bit.App.Pages
public async Task SelectCipherAsync(CipherView cipher, bool fuzzy)
{
if(cipher == null)
{
return;
}
if(_deviceActionService.SystemMajorVersion() < 21)
{
await AppHelpers.CipherListOptions(Page, cipher);