I know this will sound a little crazy, but after u...
# compose
t
I know this will sound a little crazy, but after upgrading to kotlin 1.6 and compose to beta 4, then going to the previous fragment on the backstack (with the normal navigation, not the compose one) it show up but doesn’t update the view with the state from the VM. I tried to find out why but all the methods are being called and the view is displaying, but it’s like it ignores the changes, going back to beta 3 and kotlin 1.5.31 works perfectly. Does anyone have some idea what could be?