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 updateTokens noSignedInUser bug #144

Closed jorunfa closed 5 years ago

jorunfa commented 5 years ago

When calling ConnectSdk.updateTokens(callback) it would correctly call callback.noSignedInUser, but incorrectly continue execution (with an empty refresh token). This commit fixes that.