🛠️ Typo and remove animation

* Changed "Perception expander" description
* Removed animation from appearing/disappearing lines
This commit is contained in:
Acclorite 2024-09-19 22:21:09 +03:00
parent d6bfb4eb2d
commit 8f185a774c
3 changed files with 3 additions and 4 deletions

View file

@ -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()

View file

@ -246,7 +246,7 @@
<string name="hide_bars_on_fast_scroll_option">Ховати панелі при швидкому прокручуванні</string>
<string name="perception_expander_option">Розширення сприйняття</string>
<string name="perception_expander_option_desc">
Збільшіть швидкість вашого читання, читаючи менше слів напряму
Збільшіть швидкість вашого читання фокусуючись на середині
</string>
<string name="perception_expander_padding_option">Відступи розширення сприйняття</string>
<string name="perception_expander_thickness_option">Товщина лінії розширення сприйняття</string>

View file

@ -249,7 +249,7 @@
<string name="hide_bars_on_fast_scroll_option">Hide bars on fast scroll</string>
<string name="perception_expander_option">Perception expander</string>
<string name="perception_expander_option_desc">
Increase your reading speed by reading less words directly
Increase your reading speed by focusing on center
</string>
<string name="perception_expander_padding_option">Perception expander padding</string>
<string name="perception_expander_thickness_option">Perception expander line thickness</string>