mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-02 23:01:27 +01:00
shorthand null check
This commit is contained in:
parent
da847f6567
commit
bf76707e92
@ -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 New Issue
Block a user