parent
5fb5e011b7
commit
6177153358
1 changed files with 1 additions and 2 deletions
|
@ -634,6 +634,7 @@ public class MessageCompose extends K9Activity implements OnClickListener,
|
||||||
mSignatureView = lowerSignature;
|
mSignatureView = lowerSignature;
|
||||||
upperSignature.setVisibility(View.GONE);
|
upperSignature.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
|
updateSignature();
|
||||||
mSignatureView.addTextChangedListener(signTextWatcher);
|
mSignatureView.addTextChangedListener(signTextWatcher);
|
||||||
|
|
||||||
if (!mIdentity.getSignatureUse()) {
|
if (!mIdentity.getSignatureUse()) {
|
||||||
|
@ -646,8 +647,6 @@ public class MessageCompose extends K9Activity implements OnClickListener,
|
||||||
updateFrom();
|
updateFrom();
|
||||||
|
|
||||||
if (!mSourceMessageProcessed) {
|
if (!mSourceMessageProcessed) {
|
||||||
updateSignature();
|
|
||||||
|
|
||||||
if (mAction == Action.REPLY || mAction == Action.REPLY_ALL ||
|
if (mAction == Action.REPLY || mAction == Action.REPLY_ALL ||
|
||||||
mAction == Action.FORWARD || mAction == Action.EDIT_DRAFT) {
|
mAction == Action.FORWARD || mAction == Action.EDIT_DRAFT) {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue