onyxbits / raccoon4

APK Downloader for Google Play
https://raccoon.onyxbits.de
Apache License 2.0
655 stars 91 forks source link

Potential Race Condition in the "My Apps" browser? #40

Closed onyxbits closed 7 years ago

onyxbits commented 7 years ago

The "My apps" browser won't always refresh when deleting or downloading apps. This is probably due to a race condition in AndroidAppDao (calling fireOnDatasetChangeEvent() too early. It should be called after disconnecting from the database).

onyxbits commented 7 years ago

Fixed