Crash on reply

Issue #15 resolved
Rob Brambley created an issue

I replied to a mention. Crash. This happened:

E/AndroidRuntime(29273): FATAL EXCEPTION: main E/AndroidRuntime(29273): java.lang.RuntimeException: Error receiving broadcast Intent { act=in.rob.posting.new flg=0x10 (has extras) } in in.rob.client.MainActivity$1@41efcc88 E/AndroidRuntime(29273): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:765) E/AndroidRuntime(29273): at android.os.Handler.handleCallback(Handler.java:615) E/AndroidRuntime(29273): at android.os.Handler.dispatchMessage(Handler.java:92) E/AndroidRuntime(29273): at android.os.Looper.loop(Looper.java:137) E/AndroidRuntime(29273): at android.app.ActivityThread.main(ActivityThread.java:4745) E/AndroidRuntime(29273): at java.lang.reflect.Method.invokeNative(Native Method) E/AndroidRuntime(29273): at java.lang.reflect.Method.invoke(Method.java:511) E/AndroidRuntime(29273): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) E/AndroidRuntime(29273): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) E/AndroidRuntime(29273): at dalvik.system.NativeStart.main(Native Method) E/AndroidRuntime(29273): Caused by: java.lang.NullPointerException E/AndroidRuntime(29273): at in.rob.client.page.base.StreamFragment.prependItem(StreamFragment.java:212) E/AndroidRuntime(29273): at in.rob.client.MainActivity$1.onReceive(MainActivity.java:79) E/AndroidRuntime(29273): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:755) E/AndroidRuntime(29273): ... 9 more

Comments (5)

  1. Callum Taylor repo owner

    Did you use the quick actions, or did you go into the post, reply, then go back out?

    Also +1 for the crash report :)

  2. Rob Brambley reporter

    I was in a rush and I don't fully remember, but I think I selected the notification that said someone replied to me, hit the reply button, typed some stuff, and hit back probably almost immediately after posting.

  3. Log in to comment