moontreeapp / moontree

Primary Mono Repo
6 stars 5 forks source link

Import Space Bug #578

Closed Whale-Street closed 2 years ago

Whale-Street commented 2 years ago

Describe The Bug

When importing, if there is an extra space at the beginning of the textfield, the app thinks that you are wanting to import an encrypted key, wif, etc..

To Reproduce

Expected Behavior

The textfield should accurately recognize encrypted seeds from non-encrypted correctly. This may be as simple as stripping the first char if it is a space.

Screenshots

Screenshot_20220512-121233 Screenshot_20220512-121238

Tasks For This Bug

lastmeta commented 2 years ago

Also on import screen: can't talk your words into it - one at a time. this was due to the input formatter, removed and now we wait until user is done to make text lowercase.

Whale-Street commented 2 years ago

this bug is also present if there is an extra space at the end, as opposed to the beginning.