1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-12 06:08:25 -05:00

Keep current view state after having downloaded the complete message

If the attachment view was visible, keep it that way.
This commit is contained in:
cketti 2012-02-22 23:07:48 +01:00
parent 2b54599c2b
commit 4984a6b9e5

View File

@ -997,7 +997,6 @@ public class MessageView extends K9Activity implements OnClickListener {
|| !mMessageReference.accountUuid.equals(account.getUuid())) { || !mMessageReference.accountUuid.equals(account.getUuid())) {
return; return;
} }
MessageView.this.mMessage = message;
/* /*
* Clone the message object because the original could be modified by * Clone the message object because the original could be modified by