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 ?
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 thissomeList.set(emptyList())
it was works fine with the traditional SharedPreference but now i had to do it manually , any ideas ?