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:
Bradley Young 2008-12-21 06:20:32 +00:00
parent dc738afef4
commit 5d576f899f
1 changed files with 2 additions and 0 deletions

View File

@ -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() {