mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-22 16:01:37 -04:00
With a 1 second debounce, I was getting the view to refresh several times in response to large apps being processed (e.g. Firefox, OSMAnd, etc). This was on a (relatively) recent Moto X 2nd Gen, so it would be even more visible on an older device. The side effect of updating frequently is that the main list of apps flashes regularly in front of the user (see #986). This "update the view" is only in response to a background task that is expected to take several seconds (e.g. 30 seconds) anyway, so waiting 3 seconds instead of 1 is not particularly problematic.