thypbast / android-agenda-widget

Automatically exported from code.google.com/p/android-agenda-widget
0 stars 0 forks source link

Due today clicks fail when using scrolling #274

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Enable scrolling, set event click action to view

Almost identical intents, however the scrolling intent fails.
Static:
Intent { act=android.intent.action.VIEW 
dat=content://com.lakeridge.DueToday/task/2 flg=0x10000000 
cmp=com.lakeridge.DueToday/.TaskSummary bnds=[10,123][320,141] } from pid -1

Scrolling:
Intent { act=android.intent.action.VIEW 
dat=content://com.lakeridge.DueToday/task/2 flg=0x10000000 
cmp=com.lakeridge.DueToday/.TaskSummary (has extras) } from pid 17002

Workaround is to use quick actions and use the view intent from the quick 
action.

Original issue reported on code.google.com by roflharr...@gmail.com on 27 Feb 2012 at 4:31

GoogleCodeExporter commented 8 years ago
The failure state is Due Today opening for half a second then closing (activity 
finishing?)

Original comment by roflharr...@gmail.com on 27 Feb 2012 at 4:36