mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/nxstore: Correct the scroll threshold comment.
Keep the list behavior documentation consistent with the 20-pixel threshold used by the tested implementation. Assisted-by: OpenAI Codex:gpt-5.6-sol Signed-off-by: aviralgarg05 <gargaviral99@gmail.com>
This commit is contained in:
parent
ab5036fcab
commit
63c540cbbb
1 changed files with 1 additions and 1 deletions
|
|
@ -1818,7 +1818,7 @@ static void build_app_store_ui(FAR const char *repo_url)
|
|||
* screen - it was previously locked down entirely (matching scr
|
||||
* above) because a noisy touch driver could turn a tap into an
|
||||
* accidental scroll drag. That protection actually lives at the
|
||||
* indev level (lv_indev_set_scroll_limit(255)/scroll_throw(0) in
|
||||
* indev level (lv_indev_set_scroll_limit(20)/scroll_throw(0) in
|
||||
* main() - a real drag has to travel much further than any touch
|
||||
* jitter before a scroll starts at all), so it's safe to leave this
|
||||
* SCROLLABLE and still get that protection; only vertical dragging is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue