commit 61fcb227cddfe5113d62fb6dd460011d91aa1f3a Merge: 3e3509f 39b307f Author: Fabio Mazza Date: Fri Oct 28 18:38:05 2022 +0200 Merge branch 'devextra' diff --cc src/it/reyboz/bustorino/fragments/ArrivalsFragment.java index 636c7b8,30126cc..f4e1068 --- a/src/it/reyboz/bustorino/fragments/ArrivalsFragment.java +++ b/src/it/reyboz/bustorino/fragments/ArrivalsFragment.java @@@ -374,7 -368,10 +374,8 @@@ public class ArrivalsFragment extends R rotateFetchers(); count++; } - if (count>=200){ - return false; - } - else return true; + return count < 200; ++ } protected boolean adjustFetchersToSource(){ if (lastUpdatedPalina == null) return false;