https://kotlinlang.org logo
Title
m

morcerfdumas

04/20/2019, 7:42 AM
Hi all, just a minor issue. I’ve marked my sealed class
Serializable
, and sending one of it’s sub-classes as intent extra to the next activity. However, in the 2nd activity, pattern matching fails because the serialized object obtained from the intent extras is not the same as the classes in the
when
classes