You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce:
1- Go to new wallet
2- select an account
3- hit "send" button
4- select any other tab then the default
5- select the address input,
6- start typing, delete the text and then tap away from the input to revisit the start of the page
Expected Behaviour:
The UI returns to the state at Step 4
Actual:
Not all tabs render/ the tabs position is off and the screen is a bit jumpy.
Screen.Recording.2024-01-03.at.16.02.58.mov
The text was updated successfully, but these errors were encountered:
Update:
I was able to reproduce this error. It happens if you switch the tab to saved or contacts or my address before clicking on input. This is an issue at the component level. The error is:
ERROR VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead.
I also verified that setting the scrollable? prop to false gets rid of this error.
Hey, I tried multiple times but I'm not able to reproduce this bug.
Are you on an old/new device?
On the send flow the UI is a bit glitchy.
To reproduce:
1- Go to new wallet
2- select an account
3- hit "send" button
4- select any other tab then the default
5- select the address input,
6- start typing, delete the text and then tap away from the input to revisit the start of the page
Expected Behaviour:
The UI returns to the state at Step 4
Actual:
Not all tabs render/ the tabs position is off and the screen is a bit jumpy.
Screen.Recording.2024-01-03.at.16.02.58.mov
The text was updated successfully, but these errors were encountered: