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
Previously I was working with chucker on debugImplementation with version 3.5.2 and after migrating to android 15, chucker wasn't looking correctly with UI. So, I migrated to 4.1.0. Since then hawk is not able to store / read custom parcelable objects. This is not visible once we revert back to 3.5.2
💣 Steps to reproduce
Add hawk latest dependency and chucker 4.1.0
Try saving a custom parcelable data class object with Hawk.put operation
If we perform Hawk.get operation against the key used, we get null all the time
🔧 Expected behavior
Haw.get operation should have returned the custom object saved against the key
📱 Tech info
Device: Nothing Phone 2a
OS: Android 15
Chucker version: 4.1.0
📄 Additional context
I'm not sure which library conflict is causing this odd behaviour, If at all chucker team can verify an provide a help that will be great
The text was updated successfully, but these errors were encountered:
✍️ Describe the bug
Previously I was working with chucker on
debugImplementation
with version3.5.2
and after migrating to android 15, chucker wasn't looking correctly with UI. So, I migrated to4.1.0
. Since then hawk is not able to store / read custom parcelable objects. This is not visible once we revert back to3.5.2
💣 Steps to reproduce
null
all the time🔧 Expected behavior
Haw.get operation should have returned the custom object saved against the key
📱 Tech info
📄 Additional context
I'm not sure which library conflict is causing this odd behaviour, If at all chucker team can verify an provide a help that will be great
The text was updated successfully, but these errors were encountered: