We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28248c2 commit 914f340Copy full SHA for 914f340
samplejava/src/main/java/com/example/chattutorialjava/ChannelActivity2.java
@@ -54,7 +54,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
54
MessageListViewModel messageListViewModel = provider.get(MessageListViewModel.class);
55
MessageInputViewModel messageInputViewModel = provider.get(MessageInputViewModel.class);
56
57
- // Set custom AttachmentViewHolderFactory
+ // Set view holder factory for Imgur attachments
58
binding.messageListView.setMessageViewHolderFactory(new ImgurAttachmentViewHolderFactory());
59
60
// Step 2 - Bind the view and ViewModels, they are loosely coupled so it's easy to customize
0 commit comments