Fix frameLayoutlayoutChildren crash#71
Conversation
|
@sephiroth74 Can you check about this? Thx :) |
|
Curious about why delaying the removal of the view should fix the crash. |
|
I find the solution in here. |
|
So you're saying that this is happening only when the tooltip is used inside a Recyclerview? |
|
I think it happened when calling |
|
I was looking for this fix also, but I haven't taken a look at PRs 😭 I'have also fixed the issue in a similar way, but only posting the parent remove if the layout is requested. You can take a look a more detailed explanation of the problem in my PR #93 |
|
Did it fix? |
|
@iceteahh I'm using my PR and I think that the problem has not reappeared You can use jitpack with this commit: https://jitpack.io/#eduardbosch/android-target-tooltip/8855dc3457 |
|
@eduardbosch I'm using your PR too. Problem seem to be fixed. Thanks you. |
|
@eduardbosch I am currently using this on RecyclerViewAdapter
And got so many FrameLayout Crashes, Shall i use
Will it be compatible ? Thanks in advance. |
|
Can you resolve the conflict? |
|
It seems like not crash in latest version anymore. |
When use this lib in RecyclerView or ListView etc..., sometimes will crash at FrameLayout.
If you test this crash by yourself maybe you should test 1,000 times or more.
In my app, this crash is a fatal issue.

You can see the crash like this:
It crash place depends on your Android os.
I try to find this crash for three months.
Finally, I fixed it.
Cheers,
HearSilent