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:
parent
2b54599c2b
commit
4984a6b9e5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user