Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Material Library Version (M2, M3 or Both?): material3 version:1.4.0-alpha07
Material Compose component used: LargeTopAppBar
Steps to Reproduce or Code Sample to Reproduce:
in the following code snippet(from file AppBar.kt, function settleAppBar)
The computed
consumed
will always be positive e.g. 100, and ifdelta
is negative e.g. -100, then the this conditionabs(delta - consumed) > 0.5f
will be true even if the delta is consumed and the fling animation will be canceled.