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

Cannot disable Skeleton effect #32

Open
phongbm opened this issue May 30, 2023 · 0 comments
Open

Cannot disable Skeleton effect #32

phongbm opened this issue May 30, 2023 · 0 comments

Comments

@phongbm
Copy link

phongbm commented May 30, 2023

This is my code

skeletonBuilder = SkeletonDrawable.create(view as ViewGroup)
                .builder()
                .setEnabled(true)
                .setAllowSavedState(true)
                .withShimmerBuilder {
                    setColor(MutableColor.fromColor(colorGray300))
                    setCount(3)
                }

hide effect

skeletonBuilder?.setEnabled(false)

Today, I upgrade version from 1.4.1 to 1.4.5 and it doesn't working. How to disable the effect?

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