rx-preferences icon indicating copy to clipboard operation
rx-preferences copied to clipboard

Support for EncryptedSharedPreference

Open AhmedMousa7 opened this issue 4 years ago • 0 comments

i'm currently using rxPreferences with EncryptedSharedPreference and works fine except when i try to for ex: someList.delete() it deletes the key only but not notifying that the list becomes empty i had to set it manually like this someList.set(emptyList()) it was works fine with the traditional SharedPreference but now i had to do it manually , any ideas ?

AhmedMousa7 avatar Jun 16 '20 09:06 AhmedMousa7