Removing logging related to and fixing (issue 6238330)

Change-Id: I7ed89840d90fd13cbfedc795e789706b32f76b5d
This commit is contained in:
Adam Cohen
2012-05-17 12:24:40 -07:00
parent 90340cf67a
commit 263301a391
2 changed files with 1 additions and 11 deletions

View File

@@ -144,8 +144,8 @@ public class PagedViewWidget extends LinearLayout {
if (sShortpressTarget != null) return;
if (mShortPressListener != null) {
mShortPressListener.onShortPress(PagedViewWidget.this);
sShortpressTarget = PagedViewWidget.this;
}
sShortpressTarget = PagedViewWidget.this;
mShortPressTriggered = true;
}
}