saravanan-vdg / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

Oi Notepad initially fails #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install OI Notepad 1.0.2
2. Enter notes
3. Install OI Notepad 1.1.0
4. Open OI Notepad 1.1.0
5. Edit Tags of existing note
Then I get the following error

02-06 21:07:48.002: ERROR/AndroidRuntime(16779): java.lang.NullPointerException
02-06 21:07:48.002: ERROR/AndroidRuntime(16779):     at
android.content.ContentResolver.acquireProvider(ContentResolver.java:428)
02-06 21:07:48.002: ERROR/AndroidRuntime(16779):     at
android.content.ContentResolver.update(ContentResolver.java:407)
02-06 21:07:48.002: ERROR/AndroidRuntime(16779):     at
org.openintents.notepad.noteslist.TagsDialog.saveTags(TagsDialog.java:119)

Can this be reproduced?

Original issue reported on code.google.com by friedger@gmail.com on 6 Feb 2009 at 8:12

GoogleCodeExporter commented 9 years ago

Original comment by friedger@gmail.com on 6 Feb 2009 at 8:12

GoogleCodeExporter commented 9 years ago
Fixed in r1927.

It has nothing to do with going from version 1.0.2 to 1.1.0, but with screen 
orientation change in the edit tag dialog. It did not keep the Uri in a bundle.

Original comment by peli0...@googlemail.com on 7 Feb 2009 at 12:17