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