Skip to content

Commit

Permalink
fix displayed subaddress #
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r committed Jun 22, 2018
1 parent 0776b7b commit 5a2b48a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ public void run() {

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);
Expand Down

0 comments on commit 5a2b48a

Please sign in to comment.