Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

[fix] Listener signature parsing with generics cause IllegalStateException #764

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Makentoshe
Copy link

Avoids listeners with generics like AppBarLayout.BaseOnOffsetChangedListener in material desing library

Current signature parser could not properly process generics and throws
java.lang.IllegalStateException: Invalid classifier type: TypeVariable(name=T)

After fix we will be skipping these listeners

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant