Closed diogowbrito closed 8 years ago
@diogowbrito Thanks for reporting this issue; I'm able to reproduce this issue - I'm currently investigating and will update this thread with my findings as soon as possible.
/cc @peternied @shiftylogic
After an initial investigation; the error appears to be caused by this check in OfficeDev/msa-auth-for-android
I'll open an issue in this dependency project, and provide the link here once posted.
**edit
Associated project issue is now tracked here
/cc @diogowbrito
Awesome, thanks @iambmelt 👍
Closing this issue. Please refer to msa-auth-for-android/issues/32 for tracking
If the user taps
No
while in the permissions screen (after user has already logged in) the application will get stuck. I'm using theMSAAuthAndroidAdapter
and seems like no callback in called.When
Yes
is tappedonAuthComplete(final LiveStatus status,…)
is called. However, when tappingNo
thenonAuthError(final LiveAuthException exception,…)
is never called, leaving the app in an ANR state.This is the related screen: