| commit | 3c6af944f1c2c64de3839809460b368b718a8f5a | [log] [tgz] |
|---|---|---|
| author | Katherine Kuan <katherinekuan@google.com> | Thu Sep 15 15:03:11 2011 -0700 |
| committer | Katherine Kuan <katherinekuan@google.com> | Fri Sep 16 14:08:13 2011 -0700 |
| tree | b8606b13f0bf75ad72b018fdb1cfd98ba80b56a4 | |
| parent | e66b8d7609c5505dfdda7483ef1cfc18f6d074c7 [diff] |
Organization field should receive focus after selecting "Add organization" - This is for the contact editor Bug: 5159041 Change-Id: I75a2034df4c35a5414cbbe6785dc40b6faf21d15
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(); } });