SkeletonLayout icon indicating copy to clipboard operation
SkeletonLayout copied to clipboard

E/SkeletonLayout: Skipping invalidation until view is rendered

Open fachrizalmrsln opened this issue 4 years ago • 1 comments

Why this is happen? Screen Shot 2020-08-18 at 12 02 39 PM

fachrizalmrsln avatar Aug 18 '20 05:08 fachrizalmrsln

This log comes from the SkeletonLayout which will skip rendering the Skeleton until the masked View's onLayout() method is called. This is required as the Skeleton needs to know the bounds of the masked View. Is it possible that you are calling showSkeleton() before your View is fully rendered?

Faltenreich avatar Oct 14 '20 16:10 Faltenreich