1 min readMar 19, 2020
I didn’t see this comment at all, but the stack trace says at PlayerActivity.kt:30 in a companion object calls !!
on something nullable. Sounds like something unrelated to my methods, and more-so related to trying to share data across Activities using static fields.