forked from mirror/monocles_chat
update UI after compression progress changes
(cherry picked from commit 8ea5808cd6
)
This commit is contained in:
parent
ce3a441cab
commit
ef8e9f3e14
1 changed files with 2 additions and 1 deletions
|
@ -208,8 +208,9 @@ public class AttachFileToConversationRunnable implements Runnable, TranscoderLis
|
|||
if (p > currentProgress) {
|
||||
currentProgress = p;
|
||||
mXmppConnectionService.getNotificationService().updateFileAddingNotification(p, message);
|
||||
callback.progress(currentProgress);
|
||||
isCompressingVideo = new String[]{conversation.getUuid(), String.valueOf(currentProgress)};
|
||||
callback.progress(currentProgress);
|
||||
mXmppConnectionService.getHttpConnectionManager().updateConversationUi(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue