pwittchen / prefser

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

Fix possible missed update on getAndObserve #57

Closed ypresto closed 9 years ago

ypresto commented 9 years ago

Fixes #47

pwittchen commented 9 years ago

Nice! Thank you for your contribution.

taosimple commented 6 years ago

Still encounter this problem on com.github.pwittchen:prefser-rx2:2.2.1

pwittchen commented 6 years ago

Hi @taosimple,

In the latest version of this library, code from this PR was converted to RxJava2 version and it should work. Moreover, we have unit tests verifying it and I verified it manually in the sample app as well. If problem still occurs in your case, please rise a new issue with bug report and detailed steps to reproduce it.

Regards, Piotr