replicant-packages_apps_Email/src
Makoto Onuki deda053f7c Fix NPE in MessageViewFragment
Call clearContent() in onDestroy(), instead of cancelAllTasks().
(This is what I thought I was doing.)

Calling clearContent() tells the BG thread that the activity has already
been destroyed, and prevents them from loading a message.

Also as a precaution, don't load a message if getActivity() returns null,
which means the activity has already been destroyed.

Bug 3134403

Change-Id: I0d591e0dd147f73e70b0c027dc8037482197f7b4
2010-11-22 14:29:29 -08:00
..
com Fix NPE in MessageViewFragment 2010-11-22 14:29:29 -08:00
org/apache DO NOT MERGE: Relax MIME date parser. 2010-09-20 15:50:52 -07:00