andybryant / android-shuffle

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

Crash when trying to create project from new action screen #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a screen to create a new action
2. Click on plus button for project (create a project)

What is the expected output? What do you see instead?
Expected result: the screen for creating new project is opened
Actual result: application crashes

What version of the product are you using? On what operating system?
Shuffle 1.7.0 beta 3, Android 2.3

I download the source code and try to locate the place of crash. The issue is 
connected to the recent changes (revision 263). There is possible NPE because 
of order of task is requested where as task is still null.
I attached the possible solution that works for me. Hope this may help to 
resolve the issue.

Original issue reported on code.google.com by andvol...@gmail.com on 22 Mar 2011 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks - I'll take a look.

Original comment by andybry...@gmail.com on 22 Mar 2011 at 9:05

GoogleCodeExporter commented 9 years ago
Committed to trunk

Original comment by andybry...@gmail.com on 25 Mar 2011 at 9:11