model: properly handle in-call text messages

Tuleap: #124
Change-Id: I967149b3ed82bfb4180f7f90e9be7698c8fa3f34
This commit is contained in:
Adrien Béraud
2015-11-23 18:22:52 -05:00
parent cf2225df77
commit 9e0a5c49fc

View File

@ -466,7 +466,7 @@ public class CallListFragment extends Fragment implements SearchView.OnQueryText
calls.clear();
for (Conversation c : list) {
if (!c.getAccountsUsed().isEmpty())
calls.addAll(list);
calls.add(c);
}
notifyDataSetChanged();
}