summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/com/android/launcher2/AppsCustomizeTabHost.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java
index 50c80aaf8..7a2c247c6 100644
--- a/src/com/android/launcher2/AppsCustomizeTabHost.java
+++ b/src/com/android/launcher2/AppsCustomizeTabHost.java
@@ -176,8 +176,7 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
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