Updated on 2026-08-14
This commit is contained in:
parent
77b304c1fd
commit
2ac7c0dc2b
1 changed files with 5 additions and 1 deletions
|
|
@ -88,10 +88,14 @@ class ConfirmTransactionActivity : AppCompatActivity(), NfcAdapter.ReaderCallbac
|
|||
btnSend.visibility = View.INVISIBLE
|
||||
|
||||
val allowFeeLevelSelection = engine.allowSelectFeeLevel()
|
||||
for (lol in rgFee.touchables) {
|
||||
for (lol in rgFee.touchables) {//TODO: leave invisible only?
|
||||
lol.isEnabled = allowFeeLevelSelection
|
||||
}
|
||||
|
||||
if (!allowFeeLevelSelection) {
|
||||
rgFee.visibility = View.INVISIBLE
|
||||
}
|
||||
|
||||
// set listeners
|
||||
rgFee.setOnCheckedChangeListener { _, checkedId -> doSetFee(checkedId) }
|
||||
etFee.addTextChangedListener(object : TextWatcher {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue