Results 7 comments of Andrew

Probably this issue related to the JDK bug. Try to update your Java to the latest one.

Hi, any future plans on the sample app? Or the project is not actual anymore?🤔

RxPermissions already got over this issue here https://github.com/tbruyelle/RxPermissions/issues/214

As far as I understand, the main idea is to use `getSupportFragmentManager` if the user called permissions from an activity and to use `getChildFragmentManager` if it was called from a...

Yeah, also got the same issue: Here is problem, just NPE java.lang.RuntimeException: Unable to start activity ComponentInfo{com.kmshack.newsstand/com.kmshack.newsstand.MainActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'void com.kmshack.newsstand.ScrollTabHolder.adjustScroll(int)' on a null object reference...

The original butterknife version has debounced click listener to prevent multiple clicks. @rharter How do you handle this in Kotlin with such listeners?

@scottyab Hi there, faced the same issue, all standard android studio emulators detect as rooted. Is this an expected behavior?