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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue