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:
Alexander Larsson
2020-10-29 16:32:42 +01:00
committed by Alexander Larsson
parent 4e47dba3b3
commit f4bdcfbbbc

View File

@@ -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