Updated on 2026-08-14
This commit is contained in:
parent
4e378e2e3d
commit
ce7b5e9f84
5 changed files with 39 additions and 19 deletions
|
|
@ -69,14 +69,14 @@ class PrepareTransactionActivity : AppCompatActivity(), NfcAdapter.ReaderCallbac
|
|||
rgIncFee.visibility = View.VISIBLE
|
||||
}
|
||||
|
||||
if (ctx.card!!.remainingSignatures < 2)
|
||||
etAmount.isEnabled = false
|
||||
// if (ctx.card!!.remainingSignatures < 2)
|
||||
// etAmount.isEnabled = false
|
||||
|
||||
tvCurrency.text = engine.balance.currency
|
||||
etAmount.setText(engine.balance.toValueString())
|
||||
// tvCurrency.text = engine.balance.currency
|
||||
// etAmount.setText(engine.balance.toValueString())
|
||||
|
||||
// limit number of symbols after comma
|
||||
etAmount.filters = engine.amountInputFilters
|
||||
// etAmount.filters = engine.amountInputFilters
|
||||
|
||||
// set listeners
|
||||
etAmount.setOnEditorActionListener { lv, actionId, _ ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue