Merge "Fix Tapl Background.switchToOverview for tablets" into sc-v2-dev am: 5e72b9cad2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15081337 Change-Id: I23f1c16fb7767662e5f341de1e8d2030297a348e
This commit is contained in:
@@ -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