mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
Don't finish() MessageList when forwarding or replying to a message
This commit is contained in:
parent
78dc5e5194
commit
41244ef448
@ -1344,19 +1344,16 @@ public class MessageList extends K9FragmentActivity implements MessageListFragme
|
||||
@Override
|
||||
public void onReply(Message message, PgpData pgpData) {
|
||||
MessageCompose.actionReply(this, mAccount, message, false, pgpData.getDecryptedData());
|
||||
finish();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onReplyAll(Message message, PgpData pgpData) {
|
||||
MessageCompose.actionReply(this, mAccount, message, true, pgpData.getDecryptedData());
|
||||
finish();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onForward(Message mMessage, PgpData mPgpData) {
|
||||
MessageCompose.actionForward(this, mAccount, mMessage, mPgpData.getDecryptedData());
|
||||
finish();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user