Smooth Swapping

Smooth Swapping

2M Downloads

About StackOverflow

StageGuard opened this issue ยท 2 comments

commented

ItemRendererMixin.java#L192

I want to know that why this renderItem will not cause stack overflow.
I think this renderItem will be injected but not. Why? Or it is actually injected but passed the injection code via some judgement condition?

commented

I'm sorry, I'm not exactly sure what you mean. The function gets called for all the swaps happening but the original one gets cancelled.
I hope this answer helps you

commented

I'm sorry, I'm not exactly sure what you mean. The function gets called for all the swaps happening but the original one gets cancelled. I hope this answer helps you

thanks for replying, I get it!
I will soon open a pull request which adds new features. Currently I cant understand this renderItem. With your replying, this pull request will be done soon.