readium / kotlin-toolkit

A toolkit for ebooks, audiobooks and comics written in Kotlin
https://readium.org/kotlin-toolkit
BSD 3-Clause "New" or "Revised" License
163 stars 72 forks source link

Fix a bunch of thread violations #490

Closed mickael-menu closed 3 months ago

mickael-menu commented 3 months ago

This PR fixes a bunch of thread violations in the toolkit, e.g. when calling to the FS from the main thread.

There are still warnings in the test app itself.