mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-21 21:58:09 +00:00
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…
Add table
Reference in a new issue