I’m facing weird issue with while upgrading jetpac...
# compose
m
I’m facing weird issue with while upgrading jetpack compose from 1.5.4 to 1.6.0. with 1.5.4 everything works fine. issue: inside
Column
I have if check which shows or hides composable. when condition is true and composable should show
Column
isn’t expanding to show added composable. if I move
if
check to top of the column instead of the bottom composable shows but again bottom one is cut
z
Please file a bug