Jaewoong Eum
Jaewoong Eum
Hey @omkar-tenkale, sorry for the delayed response. What if you just use `Popup` for resolving this issue under the flexible bottom sheet? As you mentioned the bottom sheet is implemented...
Actually, you can implement a similar one that seems to be sticky by implementing the content inside the bottom sheet by ordering well the composable functions if you don't really...
Hi @sourish115, the new release, version 1.3.0, is now available and includes the m125 patches. Could you check if this issue still occurs with the updated release?
Thanks @gongluck for contributing to this project! @kanat will review this PR soon.
Hi @zde-nekz, sorry for the delayed response. You can create this PR to the [GetStream/webrtc](https://github.com/getstream/webrtc) repository, as this repository mirrors the native code from it. Once you re-create a PR...
Hey @scorpeeon, this behavior is expected. To address it, you can specify the balloon width by using `setWidthRatio(0.9f)` for a percentage-based width or `setWidth(450)` for a fixed width in pixels.
Hi @Yatish1910, @vijay-anand-dev, we're wondering if you still face the same issue after adding the proguard rules below following this guide: https://github.com/GetStream/stream-chat-android?tab=readme-ov-file#%EF%B8%8F-r8--proguard ``` ## Stream Chat Android Client Proguard Rules...
Hey @cmrnrbs, do you have any sample codes that raise the issue?