Merge "TAPL: swiping up from workspace always starts at the screen bottom" into ub-launcher3-qt-dev

This commit is contained in:
Vadim Tryshev
2019-06-25 00:27:25 +00:00
committed by Android (Google) Code Review
@@ -213,8 +213,6 @@ public final class Workspace extends Home {
@Override
protected int getSwipeStartY() {
return mLauncher.getDevice().isNaturalOrientation() ?
mLauncher.waitForLauncherObject("hotseat").getVisibleBounds().top
: mLauncher.getRealDisplaySize().y - 1;
return mLauncher.getRealDisplaySize().y - 1;
}
}