Hi Guys, I'm running the NotepadV3 from the tutorial. When I'm editing a new note, and then simulating a incoming call on the emulator:
bi...@bob:~$ telnet localhost 5554 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Android Console: type 'help' for a list of commands OK gsm call 555664536 The app crashes with a RunTimeException. It turns out that in onSaveInstanceState, mRowId is null... Shouldn't we call saveState at this point. I know it's called in onPause, but apparently onPause is not called, or called after onSaveInstanceState. BB --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

