Workaround for below issue.

1. Show a message in MessageView.
2. Press HOME button to back home.
3. Re-launch the K-9 and select another message.
4. Show first selected message.

See also: https://github.com/k9mail/k-9/commit/fix_activity_stack
This commit is contained in:
Koji Arai 2011-07-18 00:53:49 +09:00
parent 2acd55a9ef
commit 8d264b159e

View file

@ -368,6 +368,7 @@ public class MessageView extends K9Activity implements OnClickListener {
i.putExtra(EXTRA_MESSAGE_REFERENCE, messRef);
i.putParcelableArrayListExtra(EXTRA_MESSAGE_REFERENCES, messReferences);
i.putExtra(EXTRA_ORIGINATING_INTENT, originatingIntent);
i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP|Intent.FLAG_ACTIVITY_NEW_TASK );
if (extras != null) {
i.putExtras(extras);
}