Hi, I'm trying to understand something about Accom...
# compose
m
Hi, I'm trying to understand something about Accompanist Navigation Animation. It seems that when you pop, screen that was behind in a back stack is drawn on top of the current screen that is now popping. With this we cannot do any parallax or similar animations that involves screens being drawn on top of each other. Is there away to force screen that is being popped to be drawn on top?
i
There's an open issue for adding an API for controlling the zOrder: https://github.com/google/accompanist/issues/1001
🙏 1