Arman Kolahan

Results 7 issues of Arman Kolahan

In case recyclerView is null on `OverScrollDecoratorHelper.setUpOverScroll` There is the following error: `Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'androidx.recyclerview.widget.RecyclerView$LayoutManager androidx.recyclerview.widget.RecyclerView.getLayoutManager()' on a null object reference me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter. (RecyclerViewOverScrollDecorAdapter.java:40) me.everything.android.ui.overscroll.OverScrollDecoratorHelper.setUpOverScroll...

In this merge request, the code is migrated to Kotlin, in order to keep updated for other contributors to develop.

resolves #22 and resolves #26

## PR Checklist: - [*] I have tested this extensively and it does not break any existing behavior. - [*] I have added/updated examples and tests for any new behavior....

**What does not work?** When you run cy.lighthouse() everything works but no HTML or JSON report generates. But as soon as I add config `config: { output: 'html' }` (as...

bug