-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Crash in CommentDetailFragment #526
Copy link
Copy link
Closed
Labels
Description
I was in the notification list, and tapped on a comment and then immediately pressed the back button.
12-18 07:18:50.947 558-558/? E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: org.wordpress.android, PID: 558
java.lang.NullPointerException
at org.wordpress.android.ui.comments.CommentDetailFragment.showComment(CommentDetailFragment.java:225)
at org.wordpress.android.ui.comments.CommentDetailFragment.setComment(CommentDetailFragment.java:96)
at org.wordpress.android.ui.comments.CommentDetailFragment$7.onResponse(CommentDetailFragment.java:471)
at org.wordpress.android.ui.comments.CommentDetailFragment$7.onResponse(CommentDetailFragment.java:459)
at com.wordpress.rest.RestRequest.deliverResponse(RestRequest.java:60)
at com.wordpress.rest.RestRequest.deliverResponse(RestRequest.java:17)
at com.android.volley.ExecutorDelivery$ResponseDeliveryRunnable.run(ExecutorDelivery.java:99)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5031)
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:1256)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1072)
at dalvik.system.NativeStart.main(Native Method)
Reactions are currently unavailable