agoda-com / Kakao

This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
Apache License 2.0
1.11k stars 102 forks source link

Fix AmbiguousViewMatcherException when offscreenPageLimit is set #251

Closed k-kagurazaka closed 3 years ago

k-kagurazaka commented 3 years ago

This PR resolves an issue that a view matcher in KViewPager2#childAt throws AmbiguousViewMatcherException because ViewPager2 holds multiple Fragments when ViewPager2#setOffscreenPageLimit is used.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

Vacxe commented 3 years ago

@k-kagurazaka thanks for the contribution