tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
783 stars 254 forks source link

[Android] app crashes when coming from push notification #101

Closed cherniv closed 7 years ago

cherniv commented 7 years ago

RN: 0.44.2 OS: Mac Branch: Android-exoplayer

On android , when my app is closed and im getting a push notification and i press on it and it inters the app , then it crashes because in getClassActivity() function call to the getCurrentActivity().getClass() fails because getCurrentActivity() returns null. So looks like have to check before calling getClass() if activity exists.

cherniv commented 7 years ago

https://github.com/cherniv/react-native-audio-streaming/commit/ac8c9b534be665e2cb0fbbde079c8316e8b07b7a https://github.com/cherniv/react-native-audio-streaming/commit/df3cad5d04254a9f6aa24a77eaea89e933f104c5