OlehHaidaienko

Results 5 comments of OlehHaidaienko

I tested on some devices and here what I got: | Device | Input size | Input resolution | Output size | Output resolution | | --- | --- |...

Try to add manually` import id.zelory.compressor.Compressor` then you can use `Compressor` class like this ``` Compressor(context) .setMaxWidth(620) .setMaxHeight(380) .setQuality(75) .... ```

I think that @jposuna is right. I got the same crash but after an investigation, found that I have an unhandled API call using Retrofit and Coroutines which returns a...

@skydoves Hi, unfortunately still reproducible on 1.6.3. Please check the screen recordings. On the second screen recording, I just commented `Balloon` composable function [Tooltip enabled.webm](https://github.com/skydoves/Balloon/assets/7819367/8bf35750-e5e0-4078-bb55-b8c114d6d864) [Tooltip disabled.webm](https://github.com/skydoves/Balloon/assets/7819367/e9f2fca0-a641-4548-a5a3-c3a05f6a4316)

@JeremyThivet Hi, for this case, I created a simple tooltip implementation based on `Popup` composable function