mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
. Fixed bug where always BCC address is added again when editing a draft
This commit is contained in:
parent
536133daf1
commit
4a6f2e419b
@ -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 New Issue
Block a user