You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I'm using this project for a long time for in this offline (no internet permission) free and open source application, thank you very much!
Recently with the introduction of shared elements transition in Jetpack Compose my GitHub Actions Android tests runs have become unreliable. I only am having the issue with the UI tests on the GitHub Actions runner but locally on my machine it doesn't have any issue so not sure what should I do.
When shared elements transition was still in beta I filed an issue in Google's bug tracker but after its stable release parts of the issue I had at the time just went away for themselves.
But recently when I used shared content view on more places, the issue came back to the runner of my project and now it just hangs forever.
As I suspected this is coming from Compose's shared view transition, I disabled it again here which made it work again here
As it doesn't happen locally I really am clueless what I should do here, filing a bug in Google seems goes nowhere as I tried it once and they need some locally reproducible issue themselves, and it doesn't happen locally for me and I feel you also see this unrelated to your project, leaving me free of ideas on how to approach this issue at all.
I wish there was some tip one could provide on how I can reproduce the issue locally so I could report it to Google at least or maybe workaround the issue myself.
Thanks
The text was updated successfully, but these errors were encountered:
ebraminio
changed the title
The CI doesn't work with brand new Jetpack Compose's shared view transition
Shared Element Transitions in Compose makes the runner hang forever
Oct 18, 2024
First of all, I'm using this project for a long time for in this offline (no internet permission) free and open source application, thank you very much!
Recently with the introduction of shared elements transition in Jetpack Compose my GitHub Actions Android tests runs have become unreliable. I only am having the issue with the UI tests on the GitHub Actions runner but locally on my machine it doesn't have any issue so not sure what should I do.
When shared elements transition was still in beta I filed an issue in Google's bug tracker but after its stable release parts of the issue I had at the time just went away for themselves.
But recently when I used shared content view on more places, the issue came back to the runner of my project and now it just hangs forever.
As I suspected this is coming from Compose's shared view transition, I disabled it again here which made it work again here
As it doesn't happen locally I really am clueless what I should do here, filing a bug in Google seems goes nowhere as I tried it once and they need some locally reproducible issue themselves, and it doesn't happen locally for me and I feel you also see this unrelated to your project, leaving me free of ideas on how to approach this issue at all.
I wish there was some tip one could provide on how I can reproduce the issue locally so I could report it to Google at least or maybe workaround the issue myself.
Thanks
The text was updated successfully, but these errors were encountered: