ConnectSDK / Connect-SDK-Android-Core

Core source code for the Android Connect SDK project
Apache License 2.0
114 stars 79 forks source link

Check null value of eventSubURL in resubscribeServices() #35

Closed se-bastiaan closed 9 years ago

se-bastiaan commented 9 years ago

Missed this one

oleksii-frolov commented 9 years ago

There is also such line

serviceList.get(i).eventSubURL

in method unsubscribeServices() and should be updated too.

oleksii-frolov commented 9 years ago

I've updated that in commit https://github.com/ConnectSDK/Connect-SDK-Android-Core/commit/5fdaaa2a53ebf36848463cb41db875b0b014cf15

se-bastiaan commented 9 years ago

:+1: