-
Hi, noticed this IndexOutOfBoundsException crash on crashlytics after updating the lib to 2.3.4.
```
Fatal Exception: java.lang.IndexOutOfBoundsException: Index 1, size 0
at androidx.compo…
-
The `ViewPager2` class has the method `setOffscreenPageLimit` that allows to preload a specified number of items on either side.
Before the Jetpack Compose migration, it was [used](https://github.c…
-
### Description
When using different effects, such as `DisposableEffect` or `LaunchedEffect`, declared in a composable to be tested I have noticed erratic behavior by Robolectric. I also see issues f…
-
An unexpected `IndexOutOfBounds` exception was thrown while we were using our application, and the entire stack trace did not contain our code from start to end. So we were not able to reproduce it on…
-
HorizontalPager cannot save the AndroidView state. When switching pages, the AndroidView factory will be triggered, resulting in view recreate. If WebView is used in HorizontalPager, the webpage will …
-
Hi there,
I don't quite understand how to use this library with the newest material 3 compose library. I am not sure if I am understanding something wrong or if it is even possible in the current sta…
-
**Describe the bug**
Creating a large `Text` in a scrollable container causes this error.
```
xception in thread "AWT-EventQueue-0 @coroutine#8" java.lang.IllegalArgumentException: Can't repres…
-
## Describe the bug
PictureDrawable displayed using Compose Image and Accompanist DrawablePainter doesn't scale
## To Reproduce
1. Create PictureDrawable
```kotlin
val picture = Picture()
val …
-
Hello,
This is to re-open the #532. I have the same issue I'm using
```
// compose
def compose_version = "1.6.7"
implementation "androidx.compose.ui:ui:$compose_version"
implementation "andro…
yoobi updated
4 months ago
-
For all reports pages: Turn each column heading into a link.
Click on the link to sort ascending, click again to sort descending.
Mark the sort column by marking the column header in bold text…