ChatKit icon indicating copy to clipboard operation
ChatKit copied to clipboard

Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon

Results 105 ChatKit issues
Sort by recently updated
recently updated
newest added

That is, when a message is bound to the ViewHolder, it already contains the values of the fields that were in it earlier. And these values have time to be...

Where does this parameter come from,or where should I be passing it? Where is CONTENT_TYPE_VOICE within hasContentType defined?

![image](https://user-images.githubusercontent.com/31483874/79458412-70d85a00-7ffa-11ea-81b0-f9821be22f12.png)

java.lang.UnsupportedOperationException: Somehow we couldn't create the ViewHolder for message. Please, report this issue on GitHub with full stacktrace in description. at d.n.a.j.a.a(SourceFile:640) at d.n.a.j.a.a(SourceFile:615) at d.n.a.j.a.a(SourceFile:545) at d.n.a.j.c.onCreateViewHolder(SourceFile:99) at d.n.a.j.c.onCreateViewHolder(SourceFile:47)...

`package website.picl.picl.Classes; import com.stfalcon.chatkit.messages.MessageHolders; import website.picl.picl.Objects.Message; public class CustomContentChecker implements MessageHolders.ContentChecker { @Override public boolean hasContentFor(Message message, byte type) { if (message.getVoice() != null) { return true; }else { return...

Hello guys thank you for the awesome library it's so Awesome I've a problem whenever I'm updating an item it scrolls automatically to it how to prevent that automatic scrolling...

The issue is that the recyclerview scrolls down almost a complete row when the soft keyboard appears or disappears. [Here is a visual example](https://i.stack.imgur.com/JxDFQ.gif) The layout for the activity uses...