From 4858adbbe7abddeb5d3e3521ce462b964cc7c976 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Wed, 20 Mar 2024 07:23:17 +0200 Subject: [PATCH] Fix chapters selection --- .../kotatsu/details/ui/adapter/ChaptersSelectionDecoration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/adapter/ChaptersSelectionDecoration.kt b/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/adapter/ChaptersSelectionDecoration.kt index cfc7a1e11..f4cbadfb1 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/adapter/ChaptersSelectionDecoration.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/details/ui/adapter/ChaptersSelectionDecoration.kt @@ -36,7 +36,7 @@ class ChaptersSelectionDecoration(context: Context) : AbstractSelectionItemDecor 98, ) paint.style = Paint.Style.FILL - hasBackground = false + hasBackground = true hasForeground = true isIncludeDecorAndMargins = false