Wouldnt it make more sense for `TopAppBarScrollBeh...
# compose
z
Wouldnt it make more sense for
TopAppBarScrollBehavior
to only do its thing if the content is actually scrollable? Perhaps this is a limitation from its implementation? In my case, I think it feels strange to suddenly be able to scroll a LazyColumn even if its children only fill up a portion of the screen. Any workaround that doesnt involve checking on the lazyListState (I dont have access to it)?