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

wrong shimmer layout in viewpager #44

Open
sudansh opened this issue Mar 29, 2020 · 0 comments
Open

wrong shimmer layout in viewpager #44

sudansh opened this issue Mar 29, 2020 · 0 comments

Comments

@sudansh
Copy link

sudansh commented Mar 29, 2020

in a viewpager if i have different shimmer layouts for each fragment, the shimmers get merged in random way when you navigate from one fragment to another.
Ex: Viewpager with 5 fragments with recyclerviews
F1 has S1 as shimmer layout and so on..
I see

S1
S2
S1

as shimmerview instead of seeing

S1
S1
S1

in F1

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

No branches or pull requests

1 participant