mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-06 17:25:01 -05:00
added missing status messages after message scroll
This commit is contained in:
parent
79315bdd61
commit
d5e62ffe89
@ -170,6 +170,7 @@ public class ConversationFragment extends Fragment {
|
||||
conversation, timestamp);
|
||||
messageList.clear();
|
||||
messageList.addAll(conversation.getMessages());
|
||||
updateStatusMessages();
|
||||
messageListAdapter.notifyDataSetChanged();
|
||||
if (size != 0) {
|
||||
messagesLoaded = true;
|
||||
|
Loading…
Reference in New Issue
Block a user