Skip to content

New messages add to the bottom of the list (I provided the solution, can you please implement?) #27

@ousanmazCT

Description

@ousanmazCT

can you add the below method to be able to pass in an index so that the messages load to the back of the list?

addAll(int index, ArrayList chatMessages){
this.chatMessages.addAll(index, chatMessages);
notifyDataSetChanged();
}

(beautiful UI by the way, thanks so much)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions