Closed corwin42 closed 7 years ago
See subject.
The CheckBoxPrefence Class has not Constructor with only the Context as parameter. All other classes have this.
Thanks for reporting. I'll take care of this in the next release.
In the meantime use new CheckBoxPreference(context, null) which is an equivalent.
new CheckBoxPreference(context, null)
Released just now in v1.2.3.
See subject.
The CheckBoxPrefence Class has not Constructor with only the Context as parameter. All other classes have this.