Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Inviting contacts can cause crash #15

Open
markharding opened this issue Jun 16, 2015 · 0 comments
Open

Inviting contacts can cause crash #15

markharding opened this issue Jun 16, 2015 · 0 comments

Comments

@markharding
Copy link
Member

java.lang.RuntimeException: Unable to resume activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1000, result=-1, data=Intent { dat=content://com.android.contacts/contacts/lookup/2773r7275-2D2741372F3D3D273F292F494D.3280i6834d40844fcf7/7275 flg=0x1 }} to activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.NullPointerException
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2812)
at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2845)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2262)
at android.app.ActivityThread.access$800(ActivityThread.java:139)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1210)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5086)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1000, result=-1, data=Intent { dat=content://com.android.contacts/contacts/lookup/2773r7275-2D2741372F3D3D273F292F494D.3280i6834d40844fcf7/7275 flg=0x1 }} to activity {com.minds.mobile/com.minds.mobile.MainActivity}: java.lang.NullPointerException
at android.app.ActivityThread.deliverResults(ActivityThread.java:3432)
at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2788)
... 12 more
Caused by: java.lang.NullPointerException
at org.apache.cordova.contacts.ContactManager.onActivityResult(ContactManager.java:178)
at org.apache.cordova.CordovaInterfaceImpl.onActivityResult(CordovaInterfaceImpl.java:120)
at org.apache.cordova.CordovaActivity.onActivityResult(CordovaActivity.java:321)
at android.app.Activity.dispatchActivityResult(Activity.java:5446)
at android.app.ActivityThread.deliverResults(ActivityThread.java:3428)
... 13 more

Reported devices:
Moto G (falcon_cdma) - Android 4.4

markharding pushed a commit that referenced this issue Mar 18, 2017
* (feat): Render comments rich embeds

* (feat): Add Messenger help text

* (fix): Fix discovery channel cards text on small screens
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant