Hi, Any one help me how to fix this issue. Thanks ...
# android
k
Hi, Any one help me how to fix this issue. Thanks in advance. Fatal Exception: java.lang.NullPointerException: Attempt to invoke interface method 'void android.os.Parcelable.writeToParcel(android.os.Parcel, int)' on a null object reference This is happening in kotlin model class
s
Is the
data class
object nullable?
k
No
s
You might be receiving a null object for the
data class
even though it's not marked as nullable.
h
Can you show us your code?
k
I'm able to reproduce the issue now. I'm parsing one model class from fragment A to B by bundle putparcelable..now if I minimise the app that time it's crashing