Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hawk library is unable to write or read parcelable objects after upgrading chucker to 4.1.0 #1336

Open
AdarshRevankar opened this issue Jan 13, 2025 · 3 comments

Comments

@AdarshRevankar
Copy link

✍️ Describe the bug

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

  1. Add hawk latest dependency and chucker 4.1.0
  2. Try saving a custom parcelable data class object with Hawk.put operation
  3. 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

@cortinico
Copy link
Member

What is Hawk?

@AdarshRevankar
Copy link
Author

Sorry forgot to mention about Hawk library

https://github.com/orhanobut/hawk

@cortinico
Copy link
Member

So, I migrated to 4.1.0. Since then hawk is not able to store / read custom parcelable objects

Have you opened an issue for the hawk library as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants