Skip to content

Commit

Permalink
Remove FIXME tag
Browse files Browse the repository at this point in the history
  • Loading branch information
khmMouna committed May 22, 2024
1 parent 74f97bd commit 52f8d50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Airship.Net/Platforms/iOS/Airship.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public event EventHandler<DeepLinkEventArgs> OnDeepLinkReceived
add
{
onDeepLinkReceived += value;
//FIXME:
UAirship.WeakDeepLinkDelegate = this;
}
remove
Expand All @@ -69,8 +68,7 @@ public event EventHandler<DeepLinkEventArgs> OnDeepLinkReceived

if (onDeepLinkReceived == null)
{
// FIXME:
//UAirship.Shared.WeakDeepLinkDelegate = null;
UAirship.WeakDeepLinkDelegate = null;
}
}
}
Expand Down

0 comments on commit 52f8d50

Please sign in to comment.