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:
parent
2b54599c2b
commit
4984a6b9e5
1 changed files with 0 additions and 1 deletions
|
@ -997,7 +997,6 @@ public class MessageView extends K9Activity implements OnClickListener {
|
|||
|| !mMessageReference.accountUuid.equals(account.getUuid())) {
|
||||
return;
|
||||
}
|
||||
MessageView.this.mMessage = message;
|
||||
|
||||
/*
|
||||
* Clone the message object because the original could be modified by
|
||||
|
|
Loading…
Reference in a new issue