mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 05:13:31 +00:00
null check on InvokeCompleted
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Bit.App.Controls
|
||||
|
||||
public void InvokeCompleted()
|
||||
{
|
||||
Completed.Invoke(this, null);
|
||||
Completed?.Invoke(this, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user