pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
229 stars 26 forks source link

Return a "null" string when setting default value to null of String type. #70

Closed shiami closed 9 years ago

shiami commented 9 years ago

get("KEY", String.class, null) will return "null", not null.

pwittchen commented 9 years ago

Thanks for reporting this. I'll check it out.

pwittchen commented 9 years ago

Bug fixed. Fix will be available in the next release.