Updated on 2026-08-14

This commit is contained in:
Tangem 2020-06-17 16:05:11 +03:00
parent 10f8175f46
commit 6beb93ad1c

View file

@ -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)
}
}
}
}