summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/compose/ComposeActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/mail/compose/ComposeActivity.java')
-rw-r--r--src/com/android/mail/compose/ComposeActivity.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/mail/compose/ComposeActivity.java b/src/com/android/mail/compose/ComposeActivity.java
index cf50fbc87..df90f724a 100644
--- a/src/com/android/mail/compose/ComposeActivity.java
+++ b/src/com/android/mail/compose/ComposeActivity.java
@@ -1295,6 +1295,7 @@ public class ComposeActivity extends ActionBarActivity
mAttachmentsView = (AttachmentsView)findViewById(R.id.attachments);
mTo = (RecipientEditTextView) findViewById(R.id.to);
initializeRecipientEditTextView(mTo);
+ mTo.setAlternatePopupAnchor(findViewById(R.id.compose_to_dropdown_anchor));
mCc = (RecipientEditTextView) findViewById(R.id.cc);
initializeRecipientEditTextView(mCc);
mBcc = (RecipientEditTextView) findViewById(R.id.bcc);