mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
crash fixes
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Bit.App.Services
|
||||
{
|
||||
if(Key == null)
|
||||
{
|
||||
throw new InvalidOperationException("Key must be set before asking if it has changed.");
|
||||
return false;
|
||||
}
|
||||
|
||||
if(PreviousKey == null)
|
||||
|
||||
Reference in New Issue
Block a user