Fixed
Status Update
Comments
ra...@gmail.com <ra...@gmail.com> #2
Is there any updates? This is a big problem!
sg...@google.com <sg...@google.com>
ma...@google.com <ma...@google.com> #3
Hi there - could you provide more context on the issue & a sample project to reproduce? Database locked exceptions are quite difficult to pinpoint without a repro project. Thanks!
ra...@gmail.com <ra...@gmail.com> #4
Hi. It is reproduceable on some users by using this code:
suspend fun <R> MyDatabase.workaroundWithTransaction(block: suspend TransactionScope<R>.() -> R) {
useWriterConnection {
it.immediateTransaction(block)
}
// TODO: Temporally fix https://issuetracker.google.com/issues/340606803#comment2
// Manually triggers invalidation
invalidationTracker.refreshAsync()
}
ma...@google.com <ma...@google.com> #6
Hi. Please merge the pull request. This is big problem!
ra...@gmail.com <ra...@gmail.com> #7
Hi. Is there any updates on this problem?
ap...@google.com <ap...@google.com> #8
Hi, I updated my version to alpha12 but still have these crashes. Please release a fix asap.
Description
Jetpack Compose version: 1.2.0-alpha07 Jetpack Compose component used: material3
Use Slider with zero width constrants, then change the density, the Slider might causes app crash:
Here is a simple code to reproduce that:
Just drag the slider, it will crash very soon