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