Skip to content

Commit a043358

Browse files
authored
Merge pull request #98 from emartech/MV-539-inbox-action-title
fix: inbox action title
2 parents c62d0da + c3ee00c commit a043358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/emarsys/rnwrapper/RNEmarsysInboxWrapperModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private WritableMap convertActionToMap(ActionModel action) {
145145
WritableMap map = Arguments.createMap();
146146

147147
mapPutNullable(map, "id", action.getId());
148-
mapPutNullable(map, "title", action.getType());
148+
mapPutNullable(map, "title", action.getTitle());
149149
mapPutNullable(map, "type", action.getType());
150150

151151
if (action instanceof AppEventActionModel) {

0 commit comments

Comments
 (0)