Loading src/com/android/launcher3/Hotseat.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/com/android/launcher3/Hotseat.java +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading