We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please add
init(context, null)
to the base constructor with Context argument only in class IndexFastScrollRecyclerView
The text was updated successfully, but these errors were encountered:
Please, can you explain in detail why it's required and the purpose?
Sorry, something went wrong.
@myinnos Sure. I am using it with anko in DSL and using default constructor like this
inline fun ViewManager.indexRecyclerView(theme: Int = 0, init: IndexFastScrollRecyclerView.() -> Unit = {}) = ankoView({ IndexFastScrollRecyclerView(it) }, theme, init)
And initialization sequence doesn't happens.
No branches or pull requests
Please add
init(context, null)
to the base constructor with Context argument only in class IndexFastScrollRecyclerView
The text was updated successfully, but these errors were encountered: