Updated on 2026-08-14
This commit is contained in:
parent
28066a7206
commit
d26d31ebab
14 changed files with 121 additions and 57 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue