-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Please complete the following information:
- Library Version 2.0.6
- Affected Device(s) OnePlus 9RT Android 12
Describe the Bug:
preferenceScreen = preferenceManager.createPreferenceScreen(requireActivity()).apply {
addPreference(
ColorPickerPreference(requireActivity()).apply {
setTitle("ColorPicker")
setSummary("summer")
key = "color_picker_test"
isIconSpaceReserved = false
}
)
}
Adding Preference after importing will crash when the ColorPickerPreference is displayed, and the crash information preference_colorBox is null.
Metadata
Metadata
Assignees
Labels
No labels