I have several fragments now that are fully Compose. All the headers are the same, but due to fragment navigation it doesn’t transition the headers smoothly, rather it sort of flashes the headers in and out. Any ideas how to solve this?
Yoshio Schermer
08/28/2023, 1:58 PM
We used to use shared element transition for this, but since our headers are Compose now as well, I can’t find anything like it but then for Compose fragment navigation.