You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: