Skip to content
Snippets Groups Projects
Commit 9e0a5c49 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

model: properly handle in-call text messages

Tuleap: #124
Change-Id: I967149b3ed82bfb4180f7f90e9be7698c8fa3f34
parent cf2225df
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment