mirror of
https://github.com/bitwarden/mobile
synced 2025-01-15 10:27:18 +01:00
null check on InvokeCompleted
This commit is contained in:
parent
6f286ded4f
commit
aff118c501
@ -57,7 +57,7 @@ namespace Bit.App.Controls
|
||||
|
||||
public void InvokeCompleted()
|
||||
{
|
||||
Completed.Invoke(this, null);
|
||||
Completed?.Invoke(this, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user