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