opengapps / opengapps-app-support

issuetracker and translations for the Open GApps App
http://opengapps.org/app
Creative Commons Attribution Share Alike 4.0 International
61 stars 57 forks source link

Install package visual bug #81

Closed HofmannZ closed 7 years ago

HofmannZ commented 7 years ago

After installing gapps trough the app the spinner in the install package section keeps spinning even though the installation has finished. Really wonder why this happen because I would assume the state of the app gets reset after the reboot from recovery.

Anyway I manage to reproduce this bug a couple times, this is what I'm running: Device: HTC M7, Rom: Slim ROM - Android 7.1.1, Recovery: TWRP v3.0.0.2

beatbrot commented 7 years ago

The spinner is actually displayed to show that the md5 checksum is currently checked :) And it does so at every app start as it protects from tampering with the files :) So yeah it might spin a while until the check is done :)

If it spins endlessly, feel free to comment to re-open the issue :)

HofmannZ commented 7 years ago

Thanks for the clarification. It might be a good idea to give some feedback to the user that it's doing so e.x. some text saying: ' checking md5 checksum'. Anyway that's more of an UX enhancement then a bug.