Merge branch 'fix_1845' into 'master'
do not disable update button because of antifeatures Closes #1845 See merge request fdroid/fdroidclient!872
This commit is contained in:
commit
80693c48ff
@ -1051,7 +1051,7 @@ public class App extends ValueObject implements Comparable<App>, Parcelable {
|
|||||||
boolean canUpdate = hasUpdates();
|
boolean canUpdate = hasUpdates();
|
||||||
AppPrefs prefs = getPrefs(context);
|
AppPrefs prefs = getPrefs(context);
|
||||||
boolean wantsUpdate = !prefs.ignoreAllUpdates && prefs.ignoreThisUpdate < autoInstallVersionCode;
|
boolean wantsUpdate = !prefs.ignoreAllUpdates && prefs.ignoreThisUpdate < autoInstallVersionCode;
|
||||||
return canUpdate && wantsUpdate && !isDisabledByAntiFeatures();
|
return canUpdate && wantsUpdate;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user