Bug 800883 - Ensure tab button is never left in pressed state (r=mfinkle)

This commit is contained in:
Lucas Rocha 2012-10-18 14:00:15 +01:00
parent 592eec87b2
commit 55fc941933

View File

@ -417,6 +417,7 @@ public class TabsTray extends LinearLayout
if (mSwipeView == null)
break;
cancelCheckForTap();
mSwipeView.setPressed(false);
if (!mSwiping) {