-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Use the Kotlin Parcelize annotation. #4377
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
Use the Kotlin Parcelize annotation. #4377
Conversation
35adfb8
to
5483180
Compare
Great! I see code is greatly simplified, thank you! |
2510eb3
to
5f47fc7
Compare
1538ac8
to
1379d99
Compare
bed35b8
to
39f3717
Compare
00c279f
to
35b948b
Compare
35b948b
to
340b92e
Compare
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.
Looks good to me and works, I tested restoring from RAM on Android 4.4 and 7.0 :-D
Thank you ;-)
I just found out that |
Thanks, I'll create a PR with the necessary changes when |
@Isira-Seneviratne Can you run the
At first i thought it was because i was using windows, but this time it also failed in a CI action could be related: https://youtrack.jetbrains.com/issue/KT-25807 |
What is it?
Description of the changes in your PR
Parcelable
interface.Testing apk
debug.zip
Agreement