dima.avdeev

Results 125 comments of dima.avdeev

It should be offset related to a current opened window?

```Kotlin Modifier.onScreenPositioned { currentComponentCoords: Offset -> println("current component relative position in opened screen: $currentComponentCoords") } ``` Maybe this way?

Thanks for the bug description. Can you please provide a minimal reproducible sample project on GitHub?

Thanks, I will look at it next week.

Sorry, I can't check this PR, because it crashes on MacOS. But I will ask someone tomorrow.

@eymar Recently i fixed the same for iOS. https://github.com/JetBrains/androidx/pull/408/files The easiest workaround is always return "en-US"

@dimitree54 This workaround should be applied on our side.