Merge "Fix Tapl Background.switchToOverview for tablets" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5e72b9cad2
@@ -68,7 +68,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
|
||||
}
|
||||
|
||||
protected boolean zeroButtonToOverviewGestureStartsInLauncher() {
|
||||
return false;
|
||||
return mLauncher.isTablet();
|
||||
}
|
||||
|
||||
protected void goToOverviewUnchecked() {
|
||||
|
||||
Reference in New Issue
Block a user