Sean
Sean
after i disabled GayHub in chrome, 'create pull request' button worked again. It happened in a private project that GayHub could not read, and its sidebar would be loading forever.
Thanks for this awesome library. Just wondering if there is any way to make it async. For example, aftering sliding to the right, call an api and waiting for the...
I want a summary model to be the sticky header so I added the following check. ``` override fun isStickyHeader(position: Int): Boolean { return adapter.getModelAtPosition(position).let { it is SummaryModel }...