mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 14:27:01 -04:00
Merge branch 'fix-litecoin-donation-button' into 'master'
Fix litecoin button linking bitcoin address Closes #2683 See merge request fdroid/fdroidclient!1297
This commit is contained in:
@@ -605,7 +605,7 @@ public class App implements Comparable<App>, Parcelable {
|
||||
|
||||
@Nullable
|
||||
public String getLitecoinUri() {
|
||||
return TextUtils.isEmpty(bitcoin) ? null : "litecoin:" + bitcoin;
|
||||
return TextUtils.isEmpty(litecoin) ? null : "litecoin:" + litecoin;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user