mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix click on texts and images in chat view crash
This commit is contained in:
parent
436c2bf3c6
commit
eafeeaffce
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
if (adapter != null) {
|
||||
adapter.refreshHistory();
|
||||
} else {
|
||||
adapter = new ChatMessageAdapter(getActivity().getApplicationContext());
|
||||
adapter = new ChatMessageAdapter(getActivity());
|
||||
}
|
||||
}
|
||||
messagesList.setAdapter(adapter);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue