mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -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) {
|
if (signature!=null) {
|
||||||
mMessageContentView.setText(signature);
|
mMessageContentView.setText(signature);
|
||||||
}
|
}
|
||||||
|
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
|
|
||||||
updateTitle();
|
updateTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user