Skip to content

IndexV1Updater: Closing JarFile on end of use. Closes issue #1382.

AmirAli Akbari requested to merge amiraliakbari/fdroidclient:master into master

There is an E/StrictMode error on updating repositories, which is already reported in issue #1382 (closed). As far as I checked, simply closing the Jar file at the end of the method fixes this.

Merge request reports