I have an issue with the compose navigation lib af...
# compose
a
I have an issue with the compose navigation lib after I updated the artifact version. We use the default animation between the pages: the previous screen fades out while the new screen fades in. When using the previous navigation library
2.5.3
, the fade out of our screen would work correctly, however, with the new version
2.7.7
fade out works on all the composable elements but
SurfaceView
. I also tested other
AndroidView
composables, seems to work. Looks like only
SurfaceView
has been affected. Has anyone faced such issue?