We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784e751 commit fd78e15Copy full SHA for fd78e15
libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/media/RustMediaLoader.kt
@@ -32,7 +32,6 @@ class RustMediaLoader(
32
if (!exists()) mkdirs() // Must always ensure that this directory exists because "Clear cache" does not restart an app's process.
33
}
34
35
- @OptIn(ExperimentalUnsignedTypes::class)
36
override suspend fun loadMediaContent(source: MediaSource): Result<ByteArray> =
37
withContext(mediaDispatcher) {
38
runCatchingExceptions {
@@ -42,7 +41,6 @@ class RustMediaLoader(
42
41
43
44
45
46
override suspend fun loadMediaThumbnail(
47
source: MediaSource,
48
width: Long,
0 commit comments