add wownero logo to QR code

This commit is contained in:
wowario 2021-09-17 20:39:32 +03:00
parent 2734392e55
commit 9175e53ab2
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111
2 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ public class ReceiveFragment extends Fragment {
private Bitmap getMoneroLogo() { private Bitmap getMoneroLogo() {
if (logo == null) { if (logo == null) {
logo = Helper.getBitmap(getContext(), R.drawable.ic_monero_logo_b); logo = Helper.getBitmap(getContext(), R.drawable.ic_wownero_logo_b);
} }
return logo; return logo;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 B