Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4254f97e authored by Katherine Kuan's avatar Katherine Kuan Committed by Android (Google) Code Review
Browse files

Merge "Organization field should receive focus after selecting "Add organization""

parents 62886d04 3c6af944
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ public class RawContactEditorView extends BaseRawContactEditorView {
                            // collapse them again.
                            addOrganizationButton.setVisibility(View.GONE);
                            organizationSectionViewContainer.setVisibility(View.VISIBLE);
                            organizationSectionViewContainer.requestFocus();
                        }
                    });