Removed setListener(null) on ChatRoom
This commit is contained in:
parent
b80d12b106
commit
9c8409de3c
1 changed files with 0 additions and 8 deletions
|
@ -269,14 +269,6 @@ public class GroupInfoFragment extends Fragment implements ChatRoomListener {
|
|||
return view;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPause() {
|
||||
if (mChatRoom != null) {
|
||||
mChatRoom.setListener(null);
|
||||
}
|
||||
super.onPause();
|
||||
}
|
||||
|
||||
private void refreshParticipantsList() {
|
||||
if (mChatRoom == null) return;
|
||||
mParticipants = new ArrayList<>();
|
||||
|
|
Loading…
Reference in a new issue