mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-13 19:15:03 -04:00
Fix extra-data progress reporting
We were never calling the progress callback for extra-data downloaded bytes.
This commit is contained in:
committed by
Alexander Larsson
parent
2c22604f9b
commit
7b5a0a5c86
@@ -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