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:
parent
2acd55a9ef
commit
8d264b159e
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue