commit | 4183f881b8a538d4dc0b4ea8321ca29aa48ad7e1 | [log] [tgz] |
---|---|---|
author | Makoto Onuki <omakoto@google.com> | Tue Dec 15 11:49:56 2009 -0800 |
committer | Makoto Onuki <omakoto@google.com> | Tue Dec 15 11:49:56 2009 -0800 |
tree | 098a1e369b2e556dc32beac20917d9c42d65047d | |
parent | e985597f4f252cbae469cebc480b44ded828df87 [diff] |
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.