Hello guys, I have a question about what would be ...
# announcements
m
Hello guys, I have a question about what would be the best workaround for the method I posted https://youtrack.jetbrains.com/issue/KT-35301 here?
k
Just an idea, but maybe try to not nest the
Adapter
class or try changing the object to be an actual class.
m
Oh, it works with out the abstract keyword. Is it originally not allowed to pass method parameters to abstract classes?
k
What method parameter?
m
On the "listener" parameter where I initialize the BaseRecyclerView class