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
Attachment actions
Description
Versions
Jetpack Compose version: BOM 2025.02.00
Jetpack Compose component(s) used:
Android Studio Build: 2024.2.2 Patch 2
Kotlin version: 2.1.10
Code Sample to Reproduce
When using FlowRow with intrinsic height as in the minimized example below, the lowest row in the FlowRow is never shown. In the example there should be 12 buttons shown, but only button 0..=8 are shown (see attached screenshot), the lowest row with buttons 9..=11 is not visible. The same effect applies for any repeat value that is large enough that there would be multiple rows.