|))EV/EN
|))EV/EN
Same problem me too, any solution ?
I fixed my issue [here](https://github.com/devsideal/ReadMoreOption)
@anshusharma13 any luck ? I also facing same issue when using scroll-able textview inside the item.
> if i use cardStack.SWIPE_ENABLED = false; then it works fine @pkl125, I didn't found the constant SWIPE_ENABLED in SwipeDeck, how you set it to false ? I need to...
Same issue in Xioami MI A1 too .
I have followed the same as this test class [UserListPresenterTest](https://github.com/android10/Android-CleanArchitecture/blob/master/presentation/src/androidTest/java/com/fernandocejas/android10/sample/test/presenter/UserListPresenterTest.java)
Hi @rcfgnu , Have you found anything wrong/missing in my code from UserListPresenterTest class?
Thanks, @epetrenko, to give the hint for NPE, I have resolved this, but now on verify execute method I'm getting this Exception: ``` E/TestRunner: org.mockito.exceptions.misusing.NotAMockException: Argument passed to verify() is...
@epetrenko I have mocked the countSurveyUseCase using `@Mock` annotation, but now I stuck on verify execute, `Matchers.any( - ) `not allowing generic types, showing a message "Only classes are allowed...
@epetrenko It's not allowing in kotlin, forcing to convert like this Void::class.java .