Skip to content

Commit

Permalink
update ADTActivityHandler.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasser Amini committed Feb 26, 2022
1 parent d19f717 commit 3d08422
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Adtrace/ADTActivityHandler.m
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ - (void)prepareDeeplinkI:(ADTActivityHandler *)selfI
[ADTUtil launchInMainThread:^{
BOOL toLaunchDeeplink = YES;

if ([selfI.adtraceDelegate respondsToSelector:@selector(adtraceDeeplinkResponseadtraceDeeplinkResponse:)]) {
if ([selfI.adtraceDelegate respondsToSelector:@selector(adtraceDeeplinkResponse:)]) {
toLaunchDeeplink = [selfI.adtraceDelegate adtraceDeeplinkResponse:attributionResponseData.deeplink];
}

Expand Down

0 comments on commit 3d08422

Please sign in to comment.