wolverine2k / andtweet

Automatically exported from code.google.com/p/andtweet
Apache License 2.0
0 stars 0 forks source link

ActivityNotFoundException while long clicking on private messages #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Open Andtweet
2. Click Menu-> Mesages
3. Click long on a private message to open a context menu

I tried version 0.2.4 on my G1 and the latest svn-trunk on the SDK-emulator
(1,5_r3).

Here is a stracktrace:

07-21 19:29:23.303: ERROR/AndroidRuntime(710): Uncaught handler: thread
main exiting due to uncaught exception
07-21 19:29:23.362: ERROR/AndroidRuntime(710):
android.content.ActivityNotFoundException: No Activity found to handle
Intent { action=android.intent.action.VIEW
data=content://com.xorcode.andtweet/directmessages/247214992 }
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1484)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.app.Instrumentation.execStartActivity(Instrumentation.java:1454)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.app.Activity.startActivityForResult(Activity.java:2656)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.app.Activity.startActivity(Activity.java:2700)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
com.xorcode.andtweet.MessageListActivity.onItemClick(MessageListActivity.java:30
0)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.widget.AdapterView.performItemClick(AdapterView.java:283)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.widget.ListView.performItemClick(ListView.java:3132)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.widget.AbsListView$PerformClick.run(AbsListView.java:1620)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.os.Handler.handleCallback(Handler.java:587)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.os.Handler.dispatchMessage(Handler.java:92)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.os.Looper.loop(Looper.java:123)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
android.app.ActivityThread.main(ActivityThread.java:3948)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
java.lang.reflect.Method.invokeNative(Native Method)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
java.lang.reflect.Method.invoke(Method.java:521)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
07-21 19:29:23.362: ERROR/AndroidRuntime(710):     at
dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by s...@roothausen.de on 21 Jul 2009 at 5:45

GoogleCodeExporter commented 8 years ago
I confirm the bug: on my Nexus One I'm getiing "The application AndTweet ... 
has 
stopped unexpectedly" error.
I will try to fix this.

Original comment by yvo...@gmail.com on 22 Mar 2010 at 7:03

GoogleCodeExporter commented 8 years ago
Fixed in r141.
Now user sees "Not implemented" toast instead of Error message.

Original comment by yvo...@gmail.com on 22 Mar 2010 at 10:15