Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.github.kakaocup.kakao.common.actions.BaseActions#scrollTo doesn't support recycler view #99

Closed
Nikitae57 opened this issue Oct 13, 2023 · 0 comments · Fixed by #100
Closed

Comments

@Nikitae57
Copy link
Contributor

Steps to reproduce:

1.Edit io.github.kakaocup.sample.NestedRecyclerTest#testSingleItemTypeRecyclerView like that:
image

Observed Results:

java.lang.RuntimeException: Action will not be performed because the target view does not match one or more of the following constraints:
(view has effective visibility <VISIBLE> and is descendant of a view matching (is assignable from class <class android.widget.ScrollView> or is assignable from class <class android.widget.HorizontalScrollView> or is assignable from class <class androidx.core.widget.NestedScrollView> or is assignable from class <class android.widget.ListView>))

Expected Results:

Test doesn't fail

Nikitae57 added a commit to Nikitae57/Kakao that referenced this issue Oct 13, 2023
Unlimity added a commit that referenced this issue Oct 13, 2023
…ort_recycler

#99: Add recycler to scrollTo constraints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant