-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
Hello,
in some cases (this affects very few users), the color picker wheel is not showing up (see the screenshot). This is weird as it only happens to a few users, although the initialization code is identical for everyone.
Here's the code
AlertDialog colordialog = ColorPickerDialogBuilder .with(LeagueCustomizeShirtActivity.this) .setTitle("Seleziona Colore") .initialColor(0xffffffff) .wheelType(ColorPickerView.WHEEL_TYPE.CIRCLE) .density(10) .showLightnessSlider(true) .showAlphaSlider(false)
and the screenshot
What could be the reason?
Thanks
Lars3n95 and ELIX1337
Metadata
Metadata
Assignees
Labels
No labels
