Currently, the ProgressBar does not update whilst compressing, which would make the user (myself included!) feel like the compressing got stuck! Changing the progress bar to indeterminate would let the user know that the process is going on & it ain't stuck.
Update: On further testing, every option on the notification seems stuck at an initial value. So, would need to fix 'em too
My suggestions:
- Use 'unknown/total_size' for Written & `unknown' for Time remaining. Or
- Hide these & just use an indeterminate progress bar
Currently, the
ProgressBardoes not update whilst compressing, which would make the user (myself included!) feel like the compressing got stuck! Changing the progress bar to indeterminate would let the user know that the process is going on & it ain't stuck.Update: On further testing, every option on the notification seems stuck at an initial value. So, would need to fix 'em too
My suggestions: