1
mirror of https://github.com/m2049r/xmrwallet synced 2025-05-02 10:44:28 +02:00

add blank ()

This commit is contained in:
m2049r 2018-04-22 11:26:46 +02:00 committed by GitHub
parent 7879f31f63
commit af58b76f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -352,7 +352,7 @@ public class WalletFragment extends Fragment
setProgress(x);
ivSynced.setVisibility(View.GONE);
} else {
sync = getString(R.string.status_synced) + formatter.format(wallet.getBlockChainHeight());
sync = getString(R.string.status_synced) + " " + formatter.format(wallet.getBlockChainHeight());
ivSynced.setVisibility(View.VISIBLE);
}
} else {