SkeletonLayout
SkeletonLayout copied to clipboard
E/SkeletonLayout: Skipping invalidation until view is rendered
Why this is happen?
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?