From 4dd56658f84db8ecd1a930b632fc1159e51993c6 Mon Sep 17 00:00:00 2001 From: IacobIonut01 Date: Mon, 2 Sep 2024 13:23:05 +0300 Subject: [PATCH] Fix imports after sketch update Signed-off-by: IacobIonut01 --- .../kotlin/com/dot/gallery/core/decoder/SketchHeifDecoder.kt | 2 +- .../kotlin/com/dot/gallery/core/decoder/SketchJxlDecoder.kt | 2 +- .../kotlin/com/dot/gallery/core/decoder/ThumbnailDecoder.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchHeifDecoder.kt b/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchHeifDecoder.kt index d0cc43c86..f02d3821d 100644 --- a/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchHeifDecoder.kt +++ b/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchHeifDecoder.kt @@ -9,7 +9,7 @@ import com.github.panpf.sketch.decode.internal.calculateSampleSize import com.github.panpf.sketch.decode.internal.createInSampledTransformed import com.github.panpf.sketch.decode.internal.isSmallerSizeMode import com.github.panpf.sketch.fetch.FetchResult -import com.github.panpf.sketch.request.internal.RequestContext +import com.github.panpf.sketch.request.RequestContext import com.github.panpf.sketch.source.DataSource import com.github.panpf.sketch.util.Size import com.radzivon.bartoshyk.avif.coder.HeifCoder diff --git a/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchJxlDecoder.kt b/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchJxlDecoder.kt index a06960067..078d418e2 100644 --- a/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchJxlDecoder.kt +++ b/app/src/main/kotlin/com/dot/gallery/core/decoder/SketchJxlDecoder.kt @@ -10,7 +10,7 @@ import com.github.panpf.sketch.decode.internal.calculateSampleSize import com.github.panpf.sketch.decode.internal.createInSampledTransformed import com.github.panpf.sketch.decode.internal.isSmallerSizeMode import com.github.panpf.sketch.fetch.FetchResult -import com.github.panpf.sketch.request.internal.RequestContext +import com.github.panpf.sketch.request.RequestContext import com.github.panpf.sketch.source.DataSource import com.github.panpf.sketch.util.Size import okio.buffer diff --git a/app/src/main/kotlin/com/dot/gallery/core/decoder/ThumbnailDecoder.kt b/app/src/main/kotlin/com/dot/gallery/core/decoder/ThumbnailDecoder.kt index c30e6ab09..49bb84e8b 100644 --- a/app/src/main/kotlin/com/dot/gallery/core/decoder/ThumbnailDecoder.kt +++ b/app/src/main/kotlin/com/dot/gallery/core/decoder/ThumbnailDecoder.kt @@ -11,7 +11,7 @@ import com.github.panpf.sketch.decode.internal.calculateSampleSize import com.github.panpf.sketch.decode.internal.createInSampledTransformed import com.github.panpf.sketch.decode.internal.isSmallerSizeMode import com.github.panpf.sketch.fetch.FetchResult -import com.github.panpf.sketch.request.internal.RequestContext +import com.github.panpf.sketch.request.RequestContext import com.github.panpf.sketch.source.ContentDataSource import com.github.panpf.sketch.source.DataSource import com.github.panpf.sketch.util.MimeTypeMap