. Fixed bug where always BCC address is added again when editing a draft
This commit is contained in:
parent
536133daf1
commit
4a6f2e419b
1 changed files with 1 additions and 1 deletions
|
@ -485,9 +485,9 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
|
|||
if (signature!=null) {
|
||||
mMessageContentView.setText(signature);
|
||||
}
|
||||
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
|
||||
}
|
||||
|
||||
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
|
||||
updateTitle();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue