mirror of
https://github.com/bitwarden/mobile
synced 2025-01-28 17:29: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()
|
public void InvokeCompleted()
|
||||||
{
|
{
|
||||||
Completed.Invoke(this, null);
|
Completed?.Invoke(this, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user