Skip to content

Commit 914f340

Browse files
committed
Update comment
1 parent 28248c2 commit 914f340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samplejava/src/main/java/com/example/chattutorialjava/ChannelActivity2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
5454
MessageListViewModel messageListViewModel = provider.get(MessageListViewModel.class);
5555
MessageInputViewModel messageInputViewModel = provider.get(MessageInputViewModel.class);
5656

57-
// Set custom AttachmentViewHolderFactory
57+
// Set view holder factory for Imgur attachments
5858
binding.messageListView.setMessageViewHolderFactory(new ImgurAttachmentViewHolderFactory());
5959

6060
// Step 2 - Bind the view and ViewModels, they are loosely coupled so it's easy to customize

0 commit comments

Comments
 (0)