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
Hello! Thanks for doing this fantastic library! Can you try to add the method "onActivityResult"
This is the official method:
@OverridepublicvoidonActivityResult(intrequestCode, intresultCode, Intentdata) {
if (requestCode == MY_REQUEST_CODE) {
if (resultCode != RESULT_OK) {
log("Update flow failed! Result code: " + resultCode);
// If the update is cancelled or fails,// you can request to start the update again.
}
}
}
Thanks a lot! 💙💙💙
The text was updated successfully, but these errors were encountered:
Hello! Thanks for doing this fantastic library! Can you try to add the method "onActivityResult"
This is the official method:
Thanks a lot! 💙💙💙
The text was updated successfully, but these errors were encountered: