79704731

Date: 2025-07-17 11:38:51
Score: 1.5
Natty:
Report link

The issue occurs because you're calling focusRequester.requestFocus() before the AnimatedVisibility composable has completed its composition and placed the TextField in the composition tree. This results in a java.lang.IllegalStateException since the focusRequester hasn't been properly attached yet.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shubham Ghalsasi