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

Not working on glide v4.8 #36

Description

@miroslavign

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);
                            });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions