fix(archive): Move common code to android

Since these codes still relies heavily on java and iOS doesn't have java support.
This commit is contained in:
Ahmad Ansori Palembani 2024-08-26 15:25:01 +07:00
parent 84ee9213be
commit 3d7b6b88be
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
5 changed files with 3 additions and 8 deletions

View file

@ -4,7 +4,6 @@ import eu.kanade.tachiyomi.source.model.Page
import eu.kanade.tachiyomi.ui.reader.model.ReaderPage
import eu.kanade.tachiyomi.util.storage.EpubFile
import yokai.core.archive.ArchiveReader
import java.nio.channels.SeekableByteChannel
/**
* Loader used to load a chapter from a .epub file.