DroidKaigi / conference-app-2020

The Official Conference App for DroidKaigi 2020 Tokyo
https://droidkaigi.jp/2020/en/
Apache License 2.0
774 stars 327 forks source link

Fix SessionPage parcelize crash #610

Closed takahirom closed 4 years ago

takahirom commented 4 years ago

Overview (Required)

Steps To Reproduce

  1. Check Don't keep Activity in developers options
  2. Show sessions
  3. Press home button, Go to launcher app
  4. relaunch

Expected behavior Not crash

Env:

takahirom commented 4 years ago

I think we can fix it by adding AndroidParcelize for subclasses. https://github.com/DroidKaigi/conference-app-2020/blob/master/model/src/commonMain/kotlin/io/github/droidkaigi/confsched2020/model/SessionPage.kt

myoshita commented 4 years ago

Can I fix it ?

takahirom commented 4 years ago

Please do it! 🙏