Skip to content

Commit

Permalink
chore: add ChangeLog (RMCCX-7223)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumenRautray committed Sep 9, 2024
1 parent aae1aec commit fc25245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Send RMC impression event to RAT [RMCCX-6939]
- Send RMC push primer event to RAT [RMCCX-6938]
- Implement console warning if LogEvent is called before calling RegisterPreference [RMCCX-7109]
- Implement clickable image through CustomJson [RMCCX-7233]

### 8.3.0 (2024-05-13)
- Improvements:
Expand Down
2 changes: 1 addition & 1 deletion Sources/RInAppMessaging/Views/FullView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ internal class FullView: UIView, FullViewType, RichContentBrowsable {
updateUIConstants()

// Clickable Image Feature only for RMC
if !RInAppMessaging.isRMCEnvironment {
if RInAppMessaging.isRMCEnvironment {
imageView.isUserInteractionEnabled = true
imageView.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(onClickCampaignImage)))
}
Expand Down

0 comments on commit fc25245

Please sign in to comment.