mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Send album after cancel of some media uploads.
Also display checks when part of the album medias are uploaded.
This commit is contained in:
@@ -850,8 +850,8 @@ bool File::updateStatusText() const {
|
||||
DocumentData *document = getShownDocument();
|
||||
if (document->status == FileDownloadFailed || document->status == FileUploadFailed) {
|
||||
statusSize = FileStatusSizeFailed;
|
||||
} else if (document->status == FileUploading) {
|
||||
statusSize = document->uploadOffset;
|
||||
} else if (document->uploading()) {
|
||||
statusSize = document->uploadingData->offset;
|
||||
} else if (document->loading()) {
|
||||
statusSize = document->loadOffset();
|
||||
} else if (document->loaded()) {
|
||||
|
Reference in New Issue
Block a user