moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

Import screen #662

Closed lastmeta closed 1 year ago

lastmeta commented 1 year ago

Describe The Bug

Deadheded Alt — Yesterday at 8:50 PM trying to import my 12 word from my EVR core and they show "unknown" Deadheded Alt — Today at 4:39 AM Any help here? @meta stack Deadheded Alt — Today at 5:23 AM @WhaleStreet meta stack — Today at 6:12 AM Let me do some digging

To Reproduce

I downloaded evr qt 1.0.5 and made a wallet added evr to it on one address (Eagq7rNFUEnR7kciQafV38kzpocef74J44) and imported it successfully into moontree.

lastmeta commented 1 year ago

Turns out when he uses autocomplete it doesn't trigger the check to see if the input is valid, so he had to type in the last word manually. I can't reproduce the issue, autocomplete works fine on all the phones and emulators I've tested, even iOS using voice works fine.

The code already triggers the check if you tap anywhere on the screen too, so we've tried to engineer it so that if there was an edge case like this people could hopefully accidentally solve it, but that wasn't enough in this case.

So the only way to avoid this edge case is probably to avoid checking if the input is valid in real-time and instead wait until they press the button.