-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Plans NotSerializableException #3855
Copy link
Copy link
Closed
Description
I'm seeing this when backgrounding the app while Plans is showing:
Caused by: java.io.NotSerializableException: org.wordpress.android.ui.plans.models.PlanFeaturesHighlightSection
at java.io.ObjectOutputStream.writeNewObject(ObjectOutputStream.java:1344)
at java.io.ObjectOutputStream.writeObjectInternal(ObjectOutputStream.java:1651)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:1497)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:1461)
Happens both on my real Nexus 6P and on a Genymotion 6P emulator.
Reactions are currently unavailable