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
In a few Android devices, we are getting the crash below.
Modal: F11 Pro (OP4863)
java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$4.done(AsyncTask.java:415)
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
at java.util.concurrent.FutureTask.run(FutureTask.java:271)
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:305)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:923)
Caused by: java.lang.IllegalStateException: Couldn't read row 774, col 1 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it.
at android.database.CursorWindow.nativeGetString(Native Method)
at android.database.CursorWindow.getString(CursorWindow.java:469)
at android.database.AbstractWindowedCursor.getString(AbstractWindowedCursor.java:53)
at android.database.CursorWrapper.getString(CursorWrapper.java:152)
at com.rt2zz.reactnativecontacts.ContactsProvider.loadContactsFrom(ContactsProvider.java:329)
at com.rt2zz.reactnativecontacts.ContactsProvider.getContacts(ContactsProvider.java:288)
at com.rt2zz.reactnativecontacts.ContactsManager$1.doInBackground(ContactsManager.java:96)
at com.rt2zz.reactnativecontacts.ContactsManager$1.doInBackground(ContactsManager.java:89)
at android.os.AsyncTask$3.call(AsyncTask.java:394)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
... 4 more
"react-native-contacts": "^7.0.7",
The text was updated successfully, but these errors were encountered:
In a few Android devices, we are getting the crash below.
Modal: F11 Pro (OP4863)
"react-native-contacts": "^7.0.7",
The text was updated successfully, but these errors were encountered: