Open luckyzyx opened 2 years ago
Please complete the following information:
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.
Please complete the following information:
Describe the Bug:
Adding Preference after importing will crash when the ColorPickerPreference is displayed, and the crash information preference_colorBox is null.