telenordigital / connect-android-sdk

Android SDK for CONNECT ID
https://telenordigital.github.io/id-docs.telenordigital.com/
Other
16 stars 14 forks source link

Fix NPE in getAnalyticsEndpoint() handler #172

Closed SerhiiBovtriuk closed 5 years ago

SerhiiBovtriuk commented 5 years ago

Assuming that getWellKnownConfig() == null || getWellKnownConfig().getAnalyticsEndpoint() == null doesn't mean that at next call some of them will not be null.

Solution - write down values to local variables.