adorsys / adorsys/secure-storage-android
"Remove" fails for keys of sets
Đang mở
- Ngôn ngữ chính
- Java
- Star
- 375
- Fork
- 56
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The `remove` function does not work as expected for values that are Sets of Strings. This issue is due to the way that sets are stored using multiple keys.
Expected:
```
SecurePreferences.setValue(context, "some_key", setOf("one", "two", "three"))
SecurePreferences.removeValue(context, "key_for_set") // does nothing to remove the set!!
SecurePreferences.contains(context, "some_key") // returns true. Should return false.
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.