mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-17 01:21:25 +01:00
formatting
This commit is contained in:
parent
fe5cdb0004
commit
236496e69f
@ -183,7 +183,7 @@ namespace Bit.iOS.Extension
|
||||
var returningItems = new NSExtensionItem[] { resultsItem };
|
||||
NSRunLoop.Main.BeginInvokeOnMainThread(async () =>
|
||||
{
|
||||
if (!string.IsNullOrWhiteSpace(id) && itemData != null)
|
||||
if(!string.IsNullOrWhiteSpace(id) && itemData != null)
|
||||
{
|
||||
var eventService = ServiceContainer.Resolve<IEventService>("eventService");
|
||||
await eventService.CollectAsync(Bit.Core.Enums.EventType.Cipher_ClientAutofilled, id);
|
||||
|
Loading…
Reference in New Issue
Block a user