fix displayed subaddress #

This commit is contained in:
m2049r 2018-06-22 22:09:44 +02:00
parent 0776b7b6a3
commit 5a2b48a087
No known key found for this signature in database
GPG Key ID: 4386E69AF260078D
1 changed files with 1 additions and 1 deletions

View File

@ -185,9 +185,9 @@ public class ReceiveFragment extends Fragment {
final Runnable newAddress = new Runnable() {
public void run() {
tvAddress.setText(wallet.getNewSubaddress());
tvAddressLabel.setText(getString(R.string.generate_address_label_sub,
wallet.getNumSubaddresses() - 1));
tvAddress.setText(wallet.getNewSubaddress());
storeWallet();
generateQr();
enableCopyAddress(true);