consp1racy / android-support-preference

Android Preferences according to Material design specs
Apache License 2.0
331 stars 49 forks source link

CheckBoxPreference is missing Constructor with only Context #57

Closed corwin42 closed 7 years ago

corwin42 commented 7 years ago

See subject.

The CheckBoxPrefence Class has not Constructor with only the Context as parameter. All other classes have this.

consp1racy commented 7 years ago

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.

consp1racy commented 7 years ago

Released just now in v1.2.3.