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

Commit 81f168ee authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

Merge "Always let Hotseat touches follow through to Workspace if not intercepted" into sc-v2-dev

parents b830b2d9 21698c57
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -151,7 +151,8 @@ public class Hotseat extends CellLayout implements Insettable {
            }
            return mWorkspace.onTouchEvent(event);
        }
        return event.getY() > getCellHeight();
        // Always let touch follow through to Workspace.
        return false;
    }

    @Override