FunkyMuse
FunkyMuse
feel free to open a PR
I'll have this in mind when I'll be trying jetpack compose for desktop, I'll try to port this app, not making any promises as to when it'll happen
> It seems that the issue of screen freezing when quickly switching routes still persists in version 1.6.0-beta01, possibly due to animation-related issues. > > Example: > > ```kotlin >...
> Use it like this and this problem will be solved...... > > if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.VANILLA_ICE_CREAM){ EdgeToEdge.enable(this); } setContentView(R.layout.activity_main); > > ``` > if (Build.VERSION.SDK_INT>=Build.VERSION_CODES.VANILLA_ICE_CREAM) { > ViewCompat.setOnApplyWindowInsetsListener(findViewById(R.id.main), (v, insets) ->...
any updates on this? Edit: no updates on this repo for a while, so i've started my [own](https://github.com/FunkyMuse/dockerfiles)
> Type-safe navigation could be something like this if based on [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization). https://github.com/Lavmee/precompose-navigation-typesafe I've been using it for a while, it's great. @Tlaster
> 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. 1.7.X is in alpha now, maybe a PreCompose...
Maybe create a PR if not added by open telemetry
> #10873 done few months ago but it's not merged yet why did you delete the PR? :/
Ktor 3.0.0 is released