Back out ab76caba70f3 (bug 833546) for robocop bustage

--HG--
extra : rebase_source : 95fd538d507c63c80a2f9e565f1583c68593b837
This commit is contained in:
Phil Ringnalda 2013-01-25 14:33:18 -08:00
parent a672c7a775
commit d494a206d3

View File

@ -180,9 +180,6 @@ public class TabsPanel extends LinearLayout
@Override
public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
if (!mVisible)
return;
Panel panel = TabsPanel.Panel.NORMAL_TABS;
if (position == 1)
panel = TabsPanel.Panel.PRIVATE_TABS;