My application crashes with a NullPointerException when I call notifyDestroyed(). This happens on the two Series 60 phones that I've tried it on (6600 and 3650).
The application has one Java Thread in addition to the main Thread. I've tried calling notifyDestroyed() from both, but the crash happens in both circumstances. I've also tried letting the Java Thread finish execution before calling notifyDestroyed(), but that didn't work either.
I'm using FullCanvas, if that matters. Any help or advice that can be offered would be greatly appreciated. Thanks!

Reply With Quote


