telenordigital / connect-android-sdk

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

Binding the custom tabs service in onAttachedToWindow() to avoid leak… #94

Closed rasmusohrstig closed 6 years ago

rasmusohrstig commented 6 years ago

Binding the custom tabs service in onAttachedToWindow() to avoid leaking the service in cases when onDetachedFromWindow() is not called. See issue #92.

jorunfa commented 6 years ago

Great find and fix! 💪