orhanobut / hawk

✔️ Secure, simple key-value storage for Android
Apache License 2.0
3.98k stars 388 forks source link

Hawk.count() shows it has items but when use hawl.get(key, type) it gives only last or zero items #248

Open KishorJena opened 2 years ago

KishorJena commented 2 years ago

Please try to fill all questions below before submitting an issue.

app stored 158 sticker packs and whatsapp can access those sticker packs. But when I tried to access it withing class it give only one item which last added item while Hawk.count() gives proper count. I saw there is syntax for single or multiple items retrieval. But when I pass second argument as boolean it gives error that it accepts (key, type).