Updated on 2026-08-14

This commit is contained in:
Tangem 2018-07-12 18:02:27 +03:00
parent 28066a7206
commit d26d31ebab
14 changed files with 121 additions and 57 deletions

View file

@ -680,7 +680,7 @@ public class LoadedWallet extends Fragment implements SwipeRefreshLayout.OnRefre
tvMessage.setVisibility(View.GONE);
} else {
if (needResendTX) {
tvMessage.setText(R.string.sending_cached_transaction);
//tvMessage.setText(R.string.sending_cached_transaction);
} else {
tvMessage.setText(mCard.getMessage());
}