Merge branch 'fix_opencollective_link_not_shown' into 'master'
fix opencollective badge not shown when it is the only donation option See merge request fdroid/fdroidclient!1005
This commit is contained in:
commit
97bc77b03a
@ -262,7 +262,8 @@ public class AppDetailsRecyclerViewAdapter
|
||||
uriIsSetAndCanBeOpened(app.getBitcoinUri()) ||
|
||||
uriIsSetAndCanBeOpened(app.getLitecoinUri()) ||
|
||||
uriIsSetAndCanBeOpened(app.getFlattrUri()) ||
|
||||
uriIsSetAndCanBeOpened(app.getLiberapayUri());
|
||||
uriIsSetAndCanBeOpened(app.getLiberapayUri()) ||
|
||||
uriIsSetAndCanBeOpened(app.getOpenCollectiveUri());
|
||||
}
|
||||
|
||||
private void notifyVersionViewsChanged() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user