Allow inserting a message at a specific index
Opened this issue · 0 comments
rajohns08 commented
It would be nice to be able to easily add a message to the top of the messages with something like:
slyceMessagingFragment.insertNewMessage(0, message);
with a method signature:
public void insertNewMessage(int index, Message message)