Hi, is LazyColumn supposed to not have an overscroll effect?
Dovydas
03/21/2025, 10:23 PM
Tried adding one through a modifier but that doesn't change anything:
Copy code
Modifier.overscroll(rememberOverscrollEffect())
s
Stylianos Gakis
03/21/2025, 10:51 PM
It is supposed to have one. Are you perhaps on some old API emulator?
d
Dovydas
03/21/2025, 11:14 PM
I am running it straight on my device, android 15
Dovydas
03/21/2025, 11:17 PM
Actually I'm experiencing this exact thing, there is an overscroll effect when not everything fits on the screen, but there isn't one when everything fits.
s
Stylianos Gakis
03/22/2025, 12:13 AM
Well you left out the important detail that the list is not scrollable since it does not have enough items anyway. Then there is no overscroll effect no