mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 06:47:19 -04:00
Fix extra-data progress reporting
We were never calling the progress callback for extra-data downloaded
bytes.
(cherry picked from commit 7b5a0a5c86)
This commit is contained in:
committed by
Alexander Larsson
parent
4e47dba3b3
commit
f4bdcfbbbc
@@ -370,6 +370,8 @@ flatpak_progress_update_extra_data (FlatpakProgress *self,
|
||||
|
||||
self->transferred_extra_data_bytes = self->extra_data_previous_dl + downloaded_bytes;
|
||||
update_status_progress_and_estimating (self);
|
||||
|
||||
self->callback (self->status, self->progress, self->estimating, self->user_data);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user