-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please resolve "Service not registered problem" #353
Comments
|
The case is can be that you are binding Service to Activity's context, not Application context and you are creating multiple instances of ServiceConnection on bind(), while previous can live. I've used Activity context and I was not able to reproduce this error.
And:
|
@MichalDanielDobrzanski Are you still having this issue with the |
@iambmelt I am not able to test it since I don't own this device anymore. AFAIK, you have merged my PR with proposed solution. I would try to retest this with "Don't keep activities" |
Occurred on Sony Xperia phone with Android 6.0.
Also probably when user sets "Don't keep activities" flag.
This looks like a simple case, when we want to unbind(), but we don't have active service connection running.
AzureAD/microsoft-authentication-library-for-android#454
microsoft-authentication-library-common-for-android/common/src/main/java/com/microsoft/identity/common/internal/ui/browser/CustomTabsManager.java
Line 138 in d4f87ee
The text was updated successfully, but these errors were encountered: