Remove ExperimentalUnsignedTypes. Not necessary anymore.
This commit is contained in:
parent
784e751102
commit
fd78e15c21
1 changed files with 0 additions and 2 deletions
|
|
@ -32,7 +32,6 @@ class RustMediaLoader(
|
|||
if (!exists()) mkdirs() // Must always ensure that this directory exists because "Clear cache" does not restart an app's process.
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalUnsignedTypes::class)
|
||||
override suspend fun loadMediaContent(source: MediaSource): Result<ByteArray> =
|
||||
withContext(mediaDispatcher) {
|
||||
runCatchingExceptions {
|
||||
|
|
@ -42,7 +41,6 @@ class RustMediaLoader(
|
|||
}
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalUnsignedTypes::class)
|
||||
override suspend fun loadMediaThumbnail(
|
||||
source: MediaSource,
|
||||
width: Long,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue