Created
December 4, 2024 07:54
-
-
Save shoaibmushtaq25/ad23732755273e047d64e179a444fba6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
/** | |
* 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