OSDN Git Service

If we get web search request in onCreate, just finish the
authorGrace Kloba <klobag@google.com>
Thu, 24 Sep 2009 04:37:25 +0000 (21:37 -0700)
committerGrace Kloba <klobag@google.com>
Thu, 24 Sep 2009 16:39:13 +0000 (09:39 -0700)
commit0923d69a8ca45222cabd82a80eaa88da9f132e9a
treeee44a46706f09fa680398ca4a20a9e8640d78af6
parent10fdba8a1a4598e7081c150f551c15dbe4a55634
If we get web search request in onCreate, just finish the
current activity. Otherwise it puts the BrowserActivity in
a bad state where there is no current tab.

Fix http://b/issue?id=2142368
src/com/android/browser/BrowserActivity.java