Chetan Sachdeva

Results 5 comments of Chetan Sachdeva

You can just copy [RecyclerViewScrollCallback](https://github.com/chetdeva/recyclerview-bindings/blob/master/app/src/main/java/com/fueled/recyclerviewbindings/widget/scroll/RecyclerViewScrollCallback.kt) class and use it by registering the callback in your Activity/Fragment like this: https://github.com/chetdeva/recyclerview-bindings#how-to-use

Sure, I'll investigate on my side as well. Thank you so much for reviewing!

Yea that makes sense. Failing tests is a good sign. However, Is there a way we can forceNotNullTypes? We use ErrorProne [NullAway](https://github.com/uber/NullAway) so we assume all unannotated types are non-null...

I tried "Main menu | Code | Analyze code | Infer nullity" and it worked. Will investigate more. Thanks! On a similar note: In the issue[]( https://youtrack.jetbrains.com/issue/IDEA-324140/NewJavaToKotlinConverter-adds-against-all-non-annotated-types-assuming-them-as-nullable.) you can see...

Ah! Will look into this one. Really appreciate you answering my questions. Thanks and take care!