or-dvir / EasySettings

A library for easily creating and adding settings (AKA preferences) to your android app
Apache License 2.0
95 stars 18 forks source link

ListSettingsObject has private constructor #8

Closed ChrisB85 closed 5 years ago

ChrisB85 commented 5 years ago

I would like to extend ListSettingsObject and override getValueHumanReadable() method, but I can't call super(builder) in constructor.

or-dvir commented 5 years ago

fixed in 1.1.4

ChrisB85 commented 5 years ago

Thank you!