. Fixed bug where always BCC address is added again when editing a draft

This commit is contained in:
Bao-Long Nguyen-Trong 2009-05-14 00:09:43 +00:00
parent 536133daf1
commit 4a6f2e419b
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}