Updated on 2026-08-14
This commit is contained in:
parent
8a7dd57c13
commit
f181b8707e
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ private fun isButtonEnabled(currentState: SendUiCurrentScreen, uiState: SendUiSt
|
|||
|
||||
private fun getTokenFeeSendingText(feeState: SendStates.FeeState, fee: Fee.Tron, sendingValue: String): TextReference {
|
||||
val suffix = when {
|
||||
fee.feeEnergy == 0L -> {
|
||||
fee.remainingEnergy == 0L -> {
|
||||
resourceReference(
|
||||
R.string.send_summary_transaction_description_suffix_including,
|
||||
wrappedList(feeState.getFiatValue()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue