-
Notifications
You must be signed in to change notification settings - Fork 831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group messages for same user #129
Comments
Sorry @jordanfitnext I can't understand what you want to do. What "Google's Messages app" do you mean? |
@bevzaanton I think he means that, when several messages are from the same author, it would be nice to be able to display the user avatar only once, and to group the message bubbles together, like the two last messages of his drawing. It would indeed be great to have this feature in ChatKit :) |
Hi, Can i display sender name in group chat instead of only image. How can i change the chat bubble layout. |
FYI there is a PR for this functionality, although the code uses recursion so not sure if it's any good |
@sameerjj i think that is bad because method "isPreviousSameAuthor" need to access data list, but u need to call this function in holder class, where u can not access to data list, or u need to push instance of data list into this |
Duplicated issues #231 |
Has anyone found a way to group messages (change background layout) and have only one avatar like the Google's Messages app?
Like that :
The text was updated successfully, but these errors were encountered: