Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-27 20:48:39 +03:00
parent 8e34196e00
commit 394b5b960f
19 changed files with 37 additions and 13 deletions

View file

@ -289,6 +289,7 @@ class SendStateSubscriber(fragment: BaseStoreFragment) :
pbReceiptFee.hide()
tvReceiptFeeValue.show()
}
else -> {}
}
@ -356,6 +357,7 @@ class SendStateSubscriber(fragment: BaseStoreFragment) :
}
llTotalContainer.tvTotalTokenCryptoValue.update(willSent.toString())
}
else -> {}
}
}
}