marmelroy/Zip

progressHandler called twice with 1.0 value

momomomo888 opened this issue · 0 comments

zipData function send its progress to the progressHandler, but when finished, it sends a progress value of 1.0 (process completed) twice... one inside the loop and the other one after closing the file.

It should only be one when the file is already closed, or having any kind of zipFinished closure.

on zipFiles function is already solved