Skip to content

Commit

Permalink
ad_free is now also relevant for f-droid version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Sep 9, 2017
1 parent 1359469 commit 7131497
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -351,9 +351,6 @@ public static String[] getContribFeatureLabelsAsList(Context ctx, LicenceHandler
if (type != null) {
features = features.filter(feature -> type.equals(LicenceHandler.LicenceStatus.CONTRIB) != feature.isExtended());
}
if (DistribHelper.isGithub()) {
features = features.filter(feature -> !feature.equals(ContribFeature.AD_FREE));
}
return features
.map(feature -> {
String resName = "contrib_feature_" + feature.toString() + "_label";
Expand Down

0 comments on commit 7131497

Please sign in to comment.