Hello, I'm trying out sharedtransition in compose...
# compose
r
Hello, I'm trying out sharedtransition in compose navigation, and all seems to work, until the app is launched via a deeplink, through eg, notification, or glance widget. details on stackover https://stackoverflow.com/questions/78565098/app-crashes-when-opening-from-a-deeplink-and-using-sharedtransition-api
s
Did you file a bug report?
r
Haven't filed one, need to know if I'm doing everything right before spamming false bug reports
👍 1
s
One thing that I think I see in there is that I'm the error message asks you to "or use SharedTransitionLayout instead" and you are already doing that. If anything, you get an error which doesn't give you a path to move forward since it gives you the wrong advice. That by itself is worth a bug report. From a glance at all the code it looks like you're doing stuff alright. The one last thing I'd try if you really don't want to file a bug report yet is remove all the Scaffolds from in there, I see at least a couple of them. To remove the chance it's a problem with sub composition acting weird. That's what I'd do at least
n
Maybe add the android-jetpack-compose tag to your SO post so that more compose people see it...
1
r
would file a bug report too
👍 1