Tlaster
Tlaster
Blocked by https://youtrack.jetbrains.com/issue/CMP-1609 Since no one at JetBrains is fixing this issue, I suspect it may never be resolved.😢
Yes compose 1.7.x change the SeekableTransitionState's API, which I will update to use the new version after 1.7.x has been released.
PreCompose 1.7.0-alpha01 is out with compose multiplatform 1.7.0-beta02 support, which should resolve the issue.
> I saw that precompose 1.7.0-alpha02 was released, but after adding it - I'm getting error: > > ``` > 1: Task failed with an exception. > ----------- > *...
It might be better to find a new way to initialize the route graph, currently PreCompose still want to reset the route graph when builder or initial Route changed.
> ive never seen a client that shows images reposts in media tab Can you share which user shows the repost's image in the media tab? This might be a...
> X login also failed in android @SpaceThing Can you share more information about this issue? Like a screenshot would be very helpful.
> Currently, there are two pages for X login: one for entering the username and one for entering the password. After entering the username and clicking the "Next" button, the...
You can use `slideInHorizontally` as the transition but this only does one way not the vice versa. I wonder if you can just use `Pager` instead of `NavHost` for your...
PreCompose does not expose the BaskStackEntry in NavTransition, so currently is limited to only the one way transition, maybe I can expose the BaskStackEntry in NavTransition so you can make...