1
mirror of https://github.com/m2049r/xmrwallet synced 2025-08-21 06:46:43 +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

@ -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 {