mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-02-04 12:12:03 -05:00
Reorder donation badges to match website
This commit is contained in:
@@ -849,16 +849,16 @@ public class AppDetailsRecyclerViewAdapter
|
||||
|
||||
donationOptionsLayout.removeAllViews();
|
||||
|
||||
// LiberaPay
|
||||
if (uriIsSetAndCanBeOpened(app.getLiberapayUri())) {
|
||||
addDonateOption(R.layout.donate_liberapay, app.getLiberapayUri());
|
||||
}
|
||||
|
||||
// OpenCollective
|
||||
if (uriIsSetAndCanBeOpened(app.getOpenCollectiveUri())) {
|
||||
addDonateOption(R.layout.donate_opencollective, app.getOpenCollectiveUri());
|
||||
}
|
||||
|
||||
// LiberaPay
|
||||
if (uriIsSetAndCanBeOpened(app.getLiberapayUri())) {
|
||||
addDonateOption(R.layout.donate_liberapay, app.getLiberapayUri());
|
||||
}
|
||||
|
||||
// Bitcoin
|
||||
if (uriIsSetAndCanBeOpened(app.getBitcoinUri())) {
|
||||
addDonateOption(R.layout.donate_bitcoin, app.getBitcoinUri());
|
||||
|
||||
Reference in New Issue
Block a user