Do not add participants' devices events
This commit is contained in:
parent
034416e78c
commit
385cedf460
1 changed files with 2 additions and 2 deletions
|
@ -703,7 +703,7 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
|
||||
@Override
|
||||
public void onParticipantDeviceRemoved(ChatRoom cr, EventLog event) {
|
||||
mEventsAdapter.addToHistory(event);
|
||||
//mEventsAdapter.addToHistory(event);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -719,7 +719,7 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
|
||||
@Override
|
||||
public void onParticipantDeviceAdded(ChatRoom cr, EventLog event) {
|
||||
mEventsAdapter.addToHistory(event);
|
||||
//mEventsAdapter.addToHistory(event);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue