Loading request...
Re-enable and fix the drag & drop functionality for large blocks (daily/hourly/nowcasting) on the main screen, which was previously disabled due to issues with `requestDisallowInterceptTouchEvent`.
Implemented, but was disabled due to daily/hourly trends and nowcasting charts `requestDisallowInterceptTouchEvent` not working You can re-enable the drag & drop for large blocks in the `isDraggable` function of the `MainAdapter`, and try to fix the issue.