Jaewoong Eum
Jaewoong Eum
I took a bit here. It seems to work well by giving a `key` value to the `LazyColumn` to your sample app, but still digging to improve the performance here....
Alrighty, I found the problem here. [In your sample project](https://github.com/enxy0/CoilImage) does not specify the height size of images in the LazyColumn, which means you’re loading 100 to 1000 images at...
@enxy0 Additionally, if you don't want to specify the height size, you can set the range to the CoilImage at least like the below: ```kotlin CoilImage( imageModel = { item.url...
Hey @jimmithy, checking out the `isFinishing` is needed for working correctly with Activity. I'm wondering if you can resolve this issue by calling the show method inside the If statements,...
Hey @waheedkhan-dev, thanks for reporting your issue. Would you share your code base and the expected result? Thank you!
Hey @Wonderjack996. @Susheelkaram, I don't have experience using Appium yet. Then, how do you guys test any additional windows, such as the bottom sheet?
Thanks for your explanation, @Wonderjack996! Then I will close this issue then.
Hey @csbenz @luciditydreamss, sorry for the late response. Would you expand on this issue? Especially, I need more information about the `view_welcome_oneironaut.xml` file.
@csbenz This is weird. Does the [default demo](https://github.com/skydoves/Balloon/tree/main/app) also doesn't show an arrow on your device?
This issue was included in version `2.2.2`. Thanks!