mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 17:53:47 +00:00
crash fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user