mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-02 05:26:25 +00:00
Fix crash
This commit is contained in:
parent
9d715600a0
commit
03f8a52091
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ public class ChatActivity extends FragmentActivity implements OnClickListener, S
|
||||||
}
|
}
|
||||||
|
|
||||||
public void dispayMessageList() {
|
public void dispayMessageList() {
|
||||||
adapter = new ChatMessageAdapter(this.getApplicationContext(), chatRoom.getHistory());
|
adapter = new ChatMessageAdapter(this, chatRoom.getHistory());
|
||||||
messagesList.setAdapter(adapter);
|
messagesList.setAdapter(adapter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue