commit | 4254f97ea4ee3ae6c2b3407f41478fe0445b735b | [log] [tgz] |
---|---|---|
author | Katherine Kuan <katherinekuan@google.com> | Mon Sep 19 17:42:41 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 19 17:42:41 2011 -0700 |
tree | 8041bbc97374ff396382e7f444c3e3ff7485f476 | |
parent | 62886d04568192d8f7859841332023232f191eb9 [diff] | |
parent | 3c6af944f1c2c64de3839809460b368b718a8f5a [diff] |
Merge "Organization field should receive focus after selecting "Add organization""
diff --git a/src/com/android/contacts/editor/RawContactEditorView.java b/src/com/android/contacts/editor/RawContactEditorView.java index 118ca26..2d42a50 100644 --- a/src/com/android/contacts/editor/RawContactEditorView.java +++ b/src/com/android/contacts/editor/RawContactEditorView.java
@@ -278,6 +278,7 @@ // collapse them again. addOrganizationButton.setVisibility(View.GONE); organizationSectionViewContainer.setVisibility(View.VISIBLE); + organizationSectionViewContainer.requestFocus(); } });