mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-08-02 02:17:21 -04:00
The download-progress setup and notify() ran before the try whose finally clears the cancellation token, so a throw there leaked the token (blocking a later cancel for the same app). Move the setup inside the try.