Merge "Fix adjacent page offset in landscape orientation" into ub-launcher3-rvc-qpr-dev am: 3f20e33af6

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/12327711

Change-Id: I8f2da96439372a9f6671469c3c41e4c0a43a4067
This commit is contained in:
TreeHugger Robot
2020-08-07 00:10:05 +00:00
committed by Automerger Merge Worker
4 changed files with 14 additions and 1 deletions

View File

@@ -215,6 +215,11 @@ public class LandscapePagedViewHandler implements PagedOrientationHandler {
return HORIZONTAL;
}
@Override
public int getPrimaryTranslationDirectionFactor() {
return -1;
}
@Override
public int getTaskDismissDirectionFactor() {
return 1;