Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Restore Seed Screen recomposition #1522

Open
Milan-Cerovsky opened this issue Jul 19, 2024 · 0 comments
Open

Restore Seed Screen recomposition #1522

Milan-Cerovsky opened this issue Jul 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Milan-Cerovsky
Copy link
Contributor

How to reproduce

  1. Past a valid seed into a TextField
  2. While keyboard hide animation is playing, the layout is blinking and updating multiple times
  3. If it does not work the repeat a few times

Actual behavior + errors

  • App Version: any
  • Android Version: API 34+
  • Device: any

Any extra information that might be useful in the debugging process.

The screen is being recomposed multiple times and we have multiple states that we are updating upon this action. Instead we should refactor this screen so that these scenarios would not happen while the screen is being updated.

Please see #1506 where we added a delay as a temporary hacky solution.

@Milan-Cerovsky Milan-Cerovsky added the bug Something isn't working label Jul 19, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant