Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Not working on glide v4.8 #36

Open
miroslavign opened this issue Oct 18, 2018 · 0 comments
Open

Not working on glide v4.8 #36

miroslavign opened this issue Oct 18, 2018 · 0 comments

Comments

@miroslavign
Copy link

Both of the followinf calls are not working. Second intoCallback is never executed.

            GlidePalette.with(paletteString)
                    .use(GlidePalette.Profile.MUTED)
                    .intoBackground(layout);
            GlidePalette.with(paletteString)
                    .use(GlidePalette.Profile.MUTED)
                    .intoCallBack(
                            palette -> {
                                int bgColor = getBackgroundColor(palette);
                                if (bgColor != -1)
                                    layout.setBackgroundColor(bgColor);
                            });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant