How PausableComposition works? <https://blog.shrey...
# feed
s
👍 4
jetpack compose 3
6
💡 6
f
So normal LazyColumn implements this by default? Or we need to do something extra to achieve this optimization?
s
The feature flag needs to be enabled first, it's by default set as false as of now. You can set this to true in App.onCreate. I've already added it in the blog
s
Is this flag experimental? If not, why isn't it turned on by default (I was looking in the article when/why you should not try to turn it on)
s
Currently maybe it's still experimental, since it's still a first version. Maybe they'll enable it once it's proven stable