mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix bug in chat view when image file is displayed
This commit is contained in:
parent
91ad395533
commit
42a92d6002
1 changed files with 1 additions and 1 deletions
|
|
@ -109,6 +109,7 @@ public class ChatEventsAdapter extends ListSelectionAdapter {
|
|||
holder.fileTransferLayout.setVisibility(View.GONE);
|
||||
|
||||
displayAttachedFile(message, holder);
|
||||
mFragment.scrollToBottom();
|
||||
} else {
|
||||
holder.fileTransferProgressBar.setVisibility(View.VISIBLE);
|
||||
holder.fileTransferProgressBar.setProgress(offset * 100 / total);
|
||||
|
|
@ -588,7 +589,6 @@ public class ChatEventsAdapter extends ListSelectionAdapter {
|
|||
}
|
||||
}
|
||||
notifyDataSetChanged();
|
||||
mFragment.scrollToBottom();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue