-
Notifications
You must be signed in to change notification settings - Fork 39
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
Exception in ShowcaseContent #23
Comments
Okey this also happens in other situations for example if I want to target a Composable in a 'trailingIcon' of a TextField |
I think instead of trying to consume the coordinates of a composable that was previously drawn, it should force a re-composition or something like that. |
Sorry to say but I got a few crashes from users using v2.0.1
|
When will this fix be released, please? Thanks |
With v2.0.2, this crash is fixed! |
Hello. I am getting the following exception:
If I debug into the code I can confirm that the 'targetCords.isAttached' is false and the call of 'targetCords.boundsInWindow()' leads to the exception.
My guess is it has something to do with the fact that I am using a LazyColum. But anyway.. It might be better to handle the 'isAttached == false' case in the library than letting the app crash?
The text was updated successfully, but these errors were encountered: