Skip to content

Commit fd78e15

Browse files
committed
Remove ExperimentalUnsignedTypes. Not necessary anymore.
1 parent 784e751 commit fd78e15

File tree

1 file changed

+0
-2
lines changed
  • libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/media

1 file changed

+0
-2
lines changed

libraries/matrix/impl/src/main/kotlin/io/element/android/libraries/matrix/impl/media/RustMediaLoader.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class RustMediaLoader(
3232
if (!exists()) mkdirs() // Must always ensure that this directory exists because "Clear cache" does not restart an app's process.
3333
}
3434

35-
@OptIn(ExperimentalUnsignedTypes::class)
3635
override suspend fun loadMediaContent(source: MediaSource): Result<ByteArray> =
3736
withContext(mediaDispatcher) {
3837
runCatchingExceptions {
@@ -42,7 +41,6 @@ class RustMediaLoader(
4241
}
4342
}
4443

45-
@OptIn(ExperimentalUnsignedTypes::class)
4644
override suspend fun loadMediaThumbnail(
4745
source: MediaSource,
4846
width: Long,

0 commit comments

Comments
 (0)