commit | ea52d29bc46c306f3607d121aa1ad84f0e9eb473 | [log] [tgz] |
---|---|---|
author | Karl Rosaen <krosaen@google.com> | Mon Jul 20 09:26:10 2009 -0700 |
committer | Karl Rosaen <krosaen@google.com> | Mon Jul 20 14:08:24 2009 -0700 |
tree | 9da84f5d18f0f336509e5594185a0c6e3f02f8e6 | |
parent | 5f6133a100d4477dfcea919e81ff301f9352cd32 [diff] |
Fix back key handling for search dialog. Now that the search manager service handles hiding (not dismissing) and reshowing it when the user hits back after launching a result, search manager can't cache "mShowing". Also noticed a few other minor problems that was hosing the handling of pause / resume to reshow the dialog, like moving some logic to onHide instead of onDismiss.