Skip to content

Commit 2337a3a

Browse files
committed
[MOB-10364] Update according to new discussiom
1 parent feea677 commit 2337a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableInAppMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public Date getExpiresAt() {
249249

250250
@NonNull
251251
public Content getContent() {
252-
if (content.html == null) {
252+
if (content.html == null && !jsonOnly) {
253253
content.html = inAppStorageInterface.getHTML(messageId);
254254
}
255255
return content;

0 commit comments

Comments
 (0)