Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a90531cd authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

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

parents 0348bc21 b8cb393f
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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;
    }
}
 No newline at end of file