Updated on 2026-08-14
This commit is contained in:
parent
5343873ad4
commit
a4f2bd681c
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ import android.view.inputmethod.EditorInfo
|
|||
import android.view.inputmethod.InputMethodManager
|
||||
import android.widget.Toast
|
||||
import com.tangem.Constant
|
||||
import com.tangem.data.isPayIdSupported
|
||||
import com.tangem.ui.activity.MainActivity
|
||||
import com.tangem.ui.fragment.BaseFragment
|
||||
import com.tangem.ui.fragment.qr.CameraPermissionManager
|
||||
|
|
@ -46,7 +47,7 @@ class PrepareTransactionFragment : BaseFragment(), NavigationResultListener, Nfc
|
|||
Html.fromHtml(engine!!.balanceHTML)
|
||||
tvBalance.text = html
|
||||
|
||||
if (ctx.blockchain.isPayIdSupported && !ctx.card.isStart2CoinCard()) {
|
||||
if (ctx.blockchain.isPayIdSupported() && !ctx.card.isStart2CoinCard()) {
|
||||
etWallet.hint = getString(R.string.prepare_transaction_hint_address_or_pay_id)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue