commit | 21fadeaad1f5a662df425085551c6f54e8c28f52 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Fri Apr 27 15:59:55 2012 -0700 |
committer | Winson Chung <winsonc@google.com> | Fri Apr 27 15:59:55 2012 -0700 |
tree | dc31c608170f0c8212d99e24f935f309add773d0 | |
parent | 33941668f6ed82fa8b0ea0b7ac3c21d7d911c1c1 [diff] |
Fixing build. Change-Id: Ibd16316801a4078d80484f8e04507508d6f7a905
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java index 50c80aa..7a2c247 100644 --- a/src/com/android/launcher2/AppsCustomizeTabHost.java +++ b/src/com/android/launcher2/AppsCustomizeTabHost.java
@@ -176,8 +176,7 @@ public boolean onTouchEvent(MotionEvent event) { // Allow touch events to fall through to the workspace if we are transitioning there if (mInTransition && mTransitioningToWorkspace) { - return super.onTouchEvent(event); - } + return super.onTouchEvent(event); } // Intercept all touch events up to the bottom of the AppsCustomizePane so they do not fall