Christian L.

Results 8 comments of Christian L.

I also found the gesture detection to be quite sensitive to vertical swipes compared to horizontal. I didn't have a look into how to tweak this. Can you find out...

A pull request with the necessary changes would be much appreciated.

New version 0.0.6 seems to resolve this. Thank you @kozmi55

Is this reproducible with (corresponding adjustments inside) the example app from this repository?

Looking at this again, it seems that #24 fixed this.

Again, without a minimal reproducible example, it is very difficult to dig deeper into this. It would be great if you could modify the example app such that it runs...

PS.: I'm using a custom Snapshot build with these changes for my wrapper [library](https://github.com/laenger/together-mvp).

You can increase the size of the [reader pool](https://cashapp.github.io/sqldelight/2.0.2/native_sqlite/#reader-connection-pools) to avoid such deadlocks ```kotlin NativeSqliteDriver( schema = Database.Schema, name = "app.db", maxReaderConnections = 4, // find a value > 1...