fix opencollective badge not shown when it is the only donation option

This commit is contained in:
Konrad Pozniak 2021-05-12 20:40:35 +02:00
parent 6e2b258eee
commit 02ee182508

View File

@ -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() {