From 52f8d5038c6a85068f5d36a69226ceec3d3c1a91 Mon Sep 17 00:00:00 2001 From: khmMouna Date: Wed, 22 May 2024 15:23:50 +0200 Subject: [PATCH] Remove FIXME tag --- src/Airship.Net/Platforms/iOS/Airship.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Airship.Net/Platforms/iOS/Airship.cs b/src/Airship.Net/Platforms/iOS/Airship.cs index 3df2219..f56fed9 100644 --- a/src/Airship.Net/Platforms/iOS/Airship.cs +++ b/src/Airship.Net/Platforms/iOS/Airship.cs @@ -60,7 +60,6 @@ public event EventHandler OnDeepLinkReceived add { onDeepLinkReceived += value; - //FIXME: UAirship.WeakDeepLinkDelegate = this; } remove @@ -69,8 +68,7 @@ public event EventHandler OnDeepLinkReceived if (onDeepLinkReceived == null) { - // FIXME: - //UAirship.Shared.WeakDeepLinkDelegate = null; + UAirship.WeakDeepLinkDelegate = null; } } }