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 was archived by the owner on Jan 12, 2019. It is now read-only.
Hello,
I'm getting the following error on client device:
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at io.card.payment.CardIOActivity.onRequestPermissionsResult(Unknown Source) at android.app.Activity.dispatchRequestPermissionsResult(Activity.java:6728) at android.app.Activity.dispatchActivityResult(Activity.java:6606) at android.app.ActivityThread.deliverResults(ActivityThread.java:3748) ... 9 more
Unfortunately I can't reproduce this error on my devices. But accoding google examplegrantResults array can be empty.
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting the following error on client device:
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=0; index=0 at io.card.payment.CardIOActivity.onRequestPermissionsResult(Unknown Source) at android.app.Activity.dispatchRequestPermissionsResult(Activity.java:6728) at android.app.Activity.dispatchActivityResult(Activity.java:6606) at android.app.ActivityThread.deliverResults(ActivityThread.java:3748) ... 9 more
Unfortunately I can't reproduce this error on my devices. But accoding google example
grantResults
array can be empty.The text was updated successfully, but these errors were encountered: