fix scroll problem
This commit is contained in:
parent
0426ac0b03
commit
66b93e92f6
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
}
|
||||
|
||||
private void scrollToEnd() {
|
||||
messagesList.smoothScrollToPosition(messagesList.getBottom());
|
||||
messagesList.smoothScrollToPosition(messagesList.getCount());
|
||||
chatRoom.markAsRead();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue