Updated on 2026-08-14

This commit is contained in:
Tangem 2020-09-24 11:39:58 +03:00
parent 6f0ddc9ba2
commit ba873ed73e

View file

@ -47,6 +47,7 @@ internal class AddressPayIdMiddleware {
}
private fun setAddressAndCheck(data: String, isUserInput: Boolean, dispatch: (Action) -> Unit) {
val data = data.toLowerCase()
if (PayIdManager.isPayId(data)) {
dispatch(SetPayIdWalletAddress(data, "", isUserInput))
} else {