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 b7df9c0 commit 721b418Copy full SHA for 721b418
samplejava/src/main/java/com/example/chattutorial/ImgurAttachmentFactory.java
@@ -19,9 +19,7 @@
19
import io.getstream.chat.android.ui.message.list.adapter.viewholder.attachment.AttachmentFactory;
20
import io.getstream.chat.android.ui.message.list.adapter.viewholder.attachment.InnerAttachmentViewHolder;
21
22
-/**
23
- * A custom attachment factory to show an imgur logo if the attachment URL is an imgur image.
24
- **/
+/** A custom attachment factory to show an imgur logo if the attachment URL is an imgur image. **/
25
public class ImgurAttachmentFactory implements AttachmentFactory {
26
27
0 commit comments