Updated on 2026-08-14
This commit is contained in:
parent
10f8175f46
commit
6beb93ad1c
1 changed files with 3 additions and 1 deletions
|
|
@ -340,7 +340,9 @@ class LoadedWalletFragment : BaseFragment(), NavigationResultListener, NfcAdapte
|
|||
if (it.code() == 404) {
|
||||
val createPayId = getString(R.string.loaded_wallet_create_pay_id)
|
||||
payId = createPayId
|
||||
btnLoadItems.add(createPayId)
|
||||
if (!btnLoadItems.contains(createPayId)) {
|
||||
btnLoadItems.add(createPayId)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue