You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
When I add Onfido Sdk for my react native project app crashes when I send the app on back state. I found that error gives because of ActivityEventListener on error callback function, it send nullpointer exception error.
The text was updated successfully, but these errors were encountered:
Unexpected result Intent. It might be a result of incorrect integration, make sure you only pass Onfido intent to handleActivityResult. It might be due to unpredictable crash or error. Please report the problem to android-sdk@onfido.com. Intent: Intent { dat=content://com.android.contacts/contacts/lookup/0r1-343A4C4E50402A4E50/1 flg=0x1 }
resultCode: -1
if (mErrorCallback != null) {
mErrorCallback.invoke(exception.getMessage());
}
But why BaseActivityEventListener creating even if I not started Onfido?
Can BaseActivityEventListener be created only on Onfido start and released on Onfido close?
When I add Onfido Sdk for my react native project app crashes when I send the app on back state. I found that error gives because of ActivityEventListener on error callback function, it send nullpointer exception error.
The text was updated successfully, but these errors were encountered: