Fix for bug 2326800.  Make "More" on ContactEditorView visible again.

The problem was that:
- When the view is shown setSecondaryVisible() is called twice
- On the first call mSecondary has no children, so mSecondaryHeader is made GONE
- On the second call is has children, but as we didn't change the header's visibility, it remains GONE.
1 file changed