mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 20:48:08 +00:00
fix scroll problem
This commit is contained in:
parent
cedc535c7b
commit
4956cf3d7e
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…
Add table
Reference in a new issue