DroidKaigi / conference-app-2023

The Official Conference App for DroidKaigi 2023
Apache License 2.0
645 stars 207 forks source link

Flinging feature on TimetableGrid is not working #1164

Closed geckour closed 11 months ago

geckour commented 11 months ago

Describe the bug On the TimetableScreen with Grid type, we can scroll with flinging feature if start the action from room area or hours area but cannot scroll with flinging if we start the action from grid area.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'TimetableScreen'
  2. Fling on 'Grid area'
  3. Does not start fling animation

Expected behavior We can scroll with flinging expectedly with grid area.

Screenshots

https://github.com/DroidKaigi/conference-app-2023/assets/6108088/74e7f6b7-ebb9-40fd-a91e-606dd80454b0

geckour commented 11 months ago

I want to try to fix it 🙋‍♂️