mirror of
https://git.jami.net/savoirfairelinux/jami-client-android.git
synced 2025-10-30 07:58:36 +08:00
model: properly handle in-call text messages
Tuleap: #124 Change-Id: I967149b3ed82bfb4180f7f90e9be7698c8fa3f34
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user