Skip to content

Commit 8a8dd3a

Browse files
Use proper InAppCloseSource name.
1 parent b9a1ec4 commit 8a8dd3a

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)