Yet another attempt to fix (issue 6282761)

Change-Id: Iabb0dd8e59e566ddef71d4aa7aa684f52d06b3b3
This commit is contained in:
Adam Cohen
2012-05-16 17:15:26 -07:00
parent 7d816a7d2f
commit c93ea44202
2 changed files with 7 additions and 1 deletions

View File

@@ -141,8 +141,8 @@ public class PagedViewWidget extends LinearLayout {
class CheckForShortPress implements Runnable {
public void run() {
if (sShortpressTarget != null) return;
if (mShortPressListener != null) {
if (sShortpressTarget != null) return;
mShortPressListener.onShortPress(PagedViewWidget.this);
}
sShortpressTarget = PagedViewWidget.this;