Fixing build.
Change-Id: Ibd16316801a4078d80484f8e04507508d6f7a905
This commit is contained in:
@@ -176,8 +176,7 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona
|
|||||||
public boolean onTouchEvent(MotionEvent event) {
|
public boolean onTouchEvent(MotionEvent event) {
|
||||||
// Allow touch events to fall through to the workspace if we are transitioning there
|
// Allow touch events to fall through to the workspace if we are transitioning there
|
||||||
if (mInTransition && mTransitioningToWorkspace) {
|
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
|
// Intercept all touch events up to the bottom of the AppsCustomizePane so they do not fall
|
||||||
|
|||||||
Reference in New Issue
Block a user