With this code, long pressing encoder, the poweron_long_press_repeat_cb is called, but not poweron_long_press_cb. Any ideas? P.S. Tried to change LV_INDEV_DEF_LONG_PRESS_REP_TIME to be bigger than LV_INDEV_DEF_LONG_PRESS_TIME, didn’t help.
P.S.S. I’m on 8.3.3
In previous version that I was using, which was 8.0.2, this line was only checking if the object was editable. Now it checks if the object is scrollable, and since lv_scr_act() is of course scrollable by default my code goes in the branch of “toggling edit mode”