-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stateful UI content inside capturable()
Modifier not updating on UI
#140
Labels
bug
Something isn't working
Comments
Same issue, my TextField's blink cursor does not work normally. |
@ImaginativeShohag thanks for raising the issue. Will definitely check this issue |
PatilShreyas
added a commit
that referenced
this issue
Feb 25, 2024
PatilShreyas
added a commit
that referenced
this issue
Feb 25, 2024
This was referenced Feb 25, 2024
Merged
Merged
PatilShreyas
changed the title
Stateful UI content inside Feb 25, 2024
capturable()
content not updatingcapturable()
Modifier not updating on UI
Merged
This has been fixed and released in v2.1.0 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The content wrapped with
capturable()
modifier is not updating.How to produce?
In
MainActivity.kt
file, I added a counter inBookingDetail
composable:Now run the app. The content will not change with the
time
variable.Then comment out the
.capturable(captureController)
part, and run again. You will see the value is updating correctly.How to solve?
If I directly try this then everything works. So maybe
DelegatingNode
does not update the content for some reason.The text was updated successfully, but these errors were encountered: