I'm trying to conceptualize how I'm gonna design c...
# compose
z
I'm trying to conceptualize how I'm gonna design comments UI. The main issue I have is how to display the replies to a comment. There's top level comments then some of those have their own comments. I don't think I can do a LazyColumn inside of a LazyColumn, so I'm unsure how to proceed
1
s