OSDN Git Service

Fix the lock icon when switch tabs.
authorGrace Kloba <klobag@google.com>
Wed, 16 Sep 2009 00:56:32 +0000 (17:56 -0700)
committerGrace Kloba <klobag@google.com>
Wed, 16 Sep 2009 18:16:22 +0000 (11:16 -0700)
commiteb6eef4c45df2d65c3e70660493a147a2be405e3
treee13f9fef89b880556517dab1dceead8e6b54f518
parentd8fd2fcf4eb037fd65ae923c6dbeff6c6ecb4d4f
Fix the lock icon when switch tabs.

In switchToTab, I think it is wrong code where it calls removeTabFromContentView(tab).

In openTabAndShow, we should really attach after we the tab to the current.

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