fix opencollective badge not shown when it is the only donation option
This commit is contained in:
parent
6e2b258eee
commit
02ee182508
@ -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