From 8f185a774c244eadadcda61d6324ee6cfaaa8709 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:21:09 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Typo=20and=20remove=20a?= =?UTF-8?q?nimation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Changed "Perception expander" description * Removed animation from appearing/disappearing lines --- .../screens/reader/components/ReaderPerceptionExpander.kt | 3 +-- app/src/main/res/values-uk/strings.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/ua/acclorite/book_story/presentation/screens/reader/components/ReaderPerceptionExpander.kt b/app/src/main/java/ua/acclorite/book_story/presentation/screens/reader/components/ReaderPerceptionExpander.kt index dd4680be..48399010 100644 --- a/app/src/main/java/ua/acclorite/book_story/presentation/screens/reader/components/ReaderPerceptionExpander.kt +++ b/app/src/main/java/ua/acclorite/book_story/presentation/screens/reader/components/ReaderPerceptionExpander.kt @@ -12,7 +12,6 @@ import androidx.compose.ui.platform.LocalConfiguration import androidx.compose.ui.unit.Dp import androidx.compose.ui.unit.coerceAtMost import androidx.compose.ui.unit.dp -import ua.acclorite.book_story.presentation.ui.DefaultTransition /** * Reader Perception Expander. @@ -31,7 +30,7 @@ fun ReaderPerceptionExpander( thickness: Dp, lineColor: Color ) { - DefaultTransition(visible = perceptionExpander) { + if (perceptionExpander) { Row( modifier = Modifier .fillMaxSize() diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 299d42a6..a59df067 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -246,7 +246,7 @@ Ховати панелі при швидкому прокручуванні Розширення сприйняття - Збільшіть швидкість вашого читання, читаючи менше слів напряму + Збільшіть швидкість вашого читання фокусуючись на середині Відступи розширення сприйняття Товщина лінії розширення сприйняття diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0e6c3190..6d12af4a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -249,7 +249,7 @@ Hide bars on fast scroll Perception expander - Increase your reading speed by reading less words directly + Increase your reading speed by focusing on center Perception expander padding Perception expander line thickness