Skip to content

Always update repos after pre-populating them

Torsten Grote requested to merge grote/fdroidclient:repo-update into master

Otherwise, there may be a race-condition with MainActivity#initialRepoUpdateIfRequired() which is responsible for first update and may try to update before repos are in the DB.

Merge request reports