mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
shorthand null check
This commit is contained in:
parent
da847f6567
commit
bf76707e92
1 changed files with 1 additions and 4 deletions
|
@ -260,10 +260,7 @@ namespace Bit.iOS.Extension
|
|||
NSRunLoop.Main.BeginInvokeOnMainThread(() =>
|
||||
{
|
||||
Resolver.ResetResolver();
|
||||
if(ExtensionContext != null)
|
||||
{
|
||||
ExtensionContext.CompleteRequest(returningItems, null);
|
||||
}
|
||||
ExtensionContext?.CompleteRequest(returningItems, null);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue