Skip to content

Commit

Permalink
Update COMPONENT_MESSAGES_LIST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzaanton authored May 29, 2019
1 parent 2cfc138 commit 0c77ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/COMPONENT_MESSAGES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ Then in our custom ViewHolder in method `onBind`:
}
```
Then create Payload and set it and our ViewHolder class to MessageHolders config.
```
```java
//We can pass any data to ViewHolder with payload
CustomIncomingTextMessageViewHolder.Payload payload = new CustomIncomingTextMessageViewHolder.Payload();
//For example click listener
Expand Down

0 comments on commit 0c77ce9

Please sign in to comment.