Alexei

Results 7 issues of Alexei

I was profiling my app and noticed that my closed dialog is not being garbage collected. Then I checked the references and found out that the FragNavController was holding a...

**Describe the bug** `UIKitView` is displayed on top of all other components **Affected platforms** - iOS **Versions** - Kotlin version*: 1.9.0 - Compose Multiplatform version*: 1.5.10-rc01 - OS version(s)* (required...

bug
ios
reproduced
uikit interop

It would be nice to have a multiplatform video picker for Android and iOS platforms

enhancement

**Describe the bug** Drawing done in `drawBehind`/`drawWithCache`/`drawWithContent` is **not** synced with the LazyColumn scroll position. Please see the video attached: when scrolling, the position of the drawn icons (circles) is...

bug
scroll
reproduced

Animation triggers every time the loading progress changes. Which leads to situations like in the attached video: https://github.com/Kamel-Media/Kamel/assets/61359788/4a5373e5-3e08-40aa-bd6d-a8ae247732a8 Instead, the transition animation should only trigger when the resource type changes:...