add wownero logo to QR code
This commit is contained in:
parent
2734392e55
commit
9175e53ab2
|
@ -405,7 +405,7 @@ public class ReceiveFragment extends Fragment {
|
|||
|
||||
private Bitmap getMoneroLogo() {
|
||||
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;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 305 B |
Loading…
Reference in New Issue