mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 03:32:16 -05:00
If the message is a reply, set focus to the message body. Adding addresses is not the default behavior when a user replies.
This commit is contained in:
parent
dc738afef4
commit
5d576f899f
@ -402,6 +402,8 @@ public class MessageCompose extends Activity implements OnClickListener, OnFocus
|
||||
|
||||
addAddress(mBccView, new Address(mAccount.getAlwaysBcc(), ""));
|
||||
updateTitle();
|
||||
//change focus to message body.
|
||||
mMessageContentView.requestFocus();
|
||||
}
|
||||
|
||||
public void onResume() {
|
||||
|
Loading…
Reference in New Issue
Block a user