Skeleton icon indicating copy to clipboard operation
Skeleton copied to clipboard

wrong shimmer layout in viewpager

Open sudansh opened this issue 4 years ago • 0 comments

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

sudansh avatar Mar 29 '20 10:03 sudansh