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
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
The method Remove(key: String) is supposed to return true if the key-value pair is removed, as stated in the documentation. But for the android implementaiton, it always returns false.
By looking at the code, the problem is clear. The return value is hard coded to be always false.
The method
Remove(key: String)is supposed to returntrueif the key-value pair is removed, as stated in the documentation. But for the android implementaiton, it always returnsfalse.By looking at the code, the problem is clear. The return value is hard coded to be always false.
I have located when the bug was first introduced in the commit: 4da4ea3.