mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Fixed bug
This commit is contained in:
parent
f660ca1f9c
commit
cd3570c114
@ -119,8 +119,14 @@ public class ConversationsListHelper {
|
||||
|
||||
//Get the ID of the three first members
|
||||
ArrayList<Integer> membersToGet = new ArrayList<>();
|
||||
int num = 0;
|
||||
for(int ID : members){
|
||||
membersToGet.add(ID);
|
||||
|
||||
num++;
|
||||
|
||||
if(num > 3)
|
||||
break;
|
||||
}
|
||||
|
||||
//Get information about the users
|
||||
|
Loading…
Reference in New Issue
Block a user