-
Notifications
You must be signed in to change notification settings - Fork 170
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
Replace gson.tojson with Parcelable implementation #1124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NM just tested, this crashes for some reason.
Do you still have the stack trace? |
Cuz I cant reproduce this error, what action did you do? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. I just tried this after merging from main again, and couldn't replicate the error. It was crashing on startup. Anyways we can merge this after it passes CI, we'll pretty quickly know if it happens again.
These code changes shouldn't even trigger on startup. Probably was a room error |
I also replaced the consume.Return & addReturn.
I tried to get
takeDepsFromRoot
to be one function but that did not work@nahwneeth what do you think?
Fixes #1061