pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 21 forks source link

add null check for intial interests while registering device with FCM #116

Open deeborania opened 3 years ago

deeborania commented 3 years ago

Fix for issue https://github.com/pusher/push-notifications-android/issues/115

On first device register we are getting null initialInterests. We are fixing this on backend but at the same time it makes sense to add the check here.