From 8309af3d4d46441a141dc41b7c32665fa59d0f07 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:36:09 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Remove=20redundant=20TO?= =?UTF-8?q?DO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../book_story/data/repository/FileSystemRepositoryImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/ua/acclorite/book_story/data/repository/FileSystemRepositoryImpl.kt b/app/src/main/java/ua/acclorite/book_story/data/repository/FileSystemRepositoryImpl.kt index 9ae723bf..2ec46be5 100644 --- a/app/src/main/java/ua/acclorite/book_story/data/repository/FileSystemRepositoryImpl.kt +++ b/app/src/main/java/ua/acclorite/book_story/data/repository/FileSystemRepositoryImpl.kt @@ -167,7 +167,7 @@ class FileSystemRepositoryImpl @Inject constructor( return NotNull( bookWithTextAndCover = BookWithTextAndCover( book = parsedBook.book.copy( - chapters = parsedText.data!!.map { it.chapter } //todo remove this and make every parser take first line as chapter title(exc epub ofc) + chapters = parsedText.data!!.map { it.chapter } ), coverImage = parsedBook.coverImage, text = parsedText.data.map {