f2prateek / rx-preferences

Reactive SharedPreferences for Android
http://f2prateek.com/2015/10/05/rx-preferences/
Apache License 2.0
1.54k stars 132 forks source link

Replaced `@Nullable` with `@NonNull` #98

Closed AndrewReitz closed 7 years ago

AndrewReitz commented 7 years ago

On defaultValue parameter for getObject. Fixes: #95

f2prateek commented 7 years ago

Thanks!