Fixed chat bubble with visible progress bar when outgoing file transfer is done
This commit is contained in:
parent
6bcdcab8b4
commit
58d78b8b78
3 changed files with 3 additions and 3 deletions
|
@ -616,7 +616,7 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
if (holder != null && message.getMessageId().equals(holder.messageId) && message.isOutgoing()) {
|
||||
if (offset == total) {
|
||||
holder.fileTransferLayout.setVisibility(View.GONE);
|
||||
mEventsAdapter.notifyDataSetChanged();
|
||||
holder.fileTransferProgressBar.setVisibility(View.GONE);
|
||||
} else {
|
||||
holder.fileTransferProgressBar.setVisibility(View.VISIBLE);
|
||||
holder.fileTransferProgressBar.setProgress(offset * 100 / total);
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c09442f1808a0fa9e040b48485a1fa7c4c9fd5a3
|
||||
Subproject commit 2cf1fe0f3fb5c41acc0fb2ca34f75df7291fe326
|
|
@ -1 +1 @@
|
|||
Subproject commit a4a221dc0602d8ce170dbd3ffac75b72395a41fc
|
||||
Subproject commit a77a4f857e1969feb9767b4daceca40627f3a327
|
Loading…
Reference in a new issue