Skip to content

Instantly share code, notes, and snippets.

@shoaibmushtaq25
Created December 4, 2024 07:54
Show Gist options
  • Save shoaibmushtaq25/ad23732755273e047d64e179a444fba6 to your computer and use it in GitHub Desktop.
Save shoaibmushtaq25/ad23732755273e047d64e179a444fba6 to your computer and use it in GitHub Desktop.
...
/**
* when direction is negative, meaning scrolling downward,
* we are not consuming delta but passing it for Node Consumption
*/
if (delta >= 0f) {
return Offset.Zero
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment