-
Notifications
You must be signed in to change notification settings - Fork 108
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
NullPointerException in isMultipleMRRTsMatchingGivenApp #1278
Comments
@msyulw What version are you having this crash in? Can this issue be closed? |
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equalsIgnoreCase(java.lang.String)' on a null object reference |
After enabling proguard, we are facing this issue while updating the app. |
@sindhu181994 I am also facing the same issue. Most of the time after app update users are facing this issue. The app is crashing. My logs are proguarded. @iambmelt, Will there be any fix happening on this? If not what can be done from our codebase to resolve or catch this, so that the app won't crash. I have already tried wrapping with a try-catch, but the error is not propagating back to my code. |
@msyulw @sindhu181994, Did you fix the issue. If yes please post the fix. |
@iambmelt Already disabled obfuscation of ADAL, but still it is happening after app update |
@sindhu181994 Yes, you are right. |
Removing assignee as they're no longer contributing to this project |
The text was updated successfully, but these errors were encountered: