xiuyuan
xiuyuan
Hi! I'm using it in Pager and it causes sliding jams, I don't understand what's happening
https://github.com/user-attachments/assets/c60deaba-d9c6-49de-a3e8-4848b7ee9284 code: ```kotlin package sh.calvin.reorderable.demo.ui import androidx.compose.foundation.background import androidx.compose.foundation.interaction.MutableInteractionSource import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.PaddingValues import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.height import androidx.compose.foundation.layout.padding import androidx.compose.foundation.lazy.grid.GridCells import androidx.compose.foundation.lazy.grid.GridItemSpan import androidx.compose.foundation.lazy.grid.LazyVerticalGrid import...
### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Steps to Reproduce ### Describe the bug After upgrading to sentry-android-gradle-plugin 5.11.0, our app started crashing when using GSYVideoPlayer (version 11.1.0) in ijk mode. The...