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

E/SkeletonLayout: Skipping invalidation until view is rendered #21

Open
fachrizalmrsln opened this issue Aug 18, 2020 · 1 comment
Open
Labels
question Further information is requested

Comments

@fachrizalmrsln
Copy link

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

@Faltenreich
Copy link
Owner

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 Faltenreich added the question Further information is requested label Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants