Skip to content

Commit 1555447

Browse files
Merge pull request #291 from Iterable/bug/mob-1436
Use proper InAppCloseSource name.
2 parents b9a1ec4 + 8a8dd3a commit 1555447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/IterableHtmlMessageViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class IterableHtmlMessageViewController: UIViewController {
120120
IterableAPI.internalImplementation?.trackInAppClose(messageMetadata.message,
121121
location: messageMetadata.location,
122122
inboxSessionId: parameters.inboxSessionId,
123-
source: InAppCloseSource.back,
123+
source: InAppCloseSource.link,
124124
clickedUrl: clickedLink)
125125
}
126126
}

0 commit comments

Comments
 (0)