LV_EVENT_CLICKED event does not fire when a list item is touched

Description

There are times when a click event does not occur when a list item is touched. So the button appears to be pressed, but sometimes it doesn’t work. I don’t know why the click event doesn’t fire.

The image below displays events that occur in order when a list item is touched.
list item clock 시 clicked event가 발생하지 않음

What MCU/Processor/Board and compiler are you using?

STM32F767IIT

What LVGL version are you using?

7.10.1

What do you want to achieve?

What have you tried so far?

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

is it working now?