From 6c31f1f4a68fa52d7683de86569c17a067173469 Mon Sep 17 00:00:00 2001 From: 0xd9a <0xd9a@noreply.codeberg.org> Date: Wed, 25 May 2022 19:06:31 +0530 Subject: [PATCH] Fix some crashes --- .../app/fedilab/android/helper/RecyclerViewThreadLines.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/app/fedilab/android/helper/RecyclerViewThreadLines.kt b/app/src/main/java/app/fedilab/android/helper/RecyclerViewThreadLines.kt index 1ad8ffd0d..ca675b086 100644 --- a/app/src/main/java/app/fedilab/android/helper/RecyclerViewThreadLines.kt +++ b/app/src/main/java/app/fedilab/android/helper/RecyclerViewThreadLines.kt @@ -76,9 +76,9 @@ class RecyclerViewThreadLines(context: Context, private val lineInfoList: List= nextLineInfo.fullLinesStart && level <= nextLineInfo.fullLinesEnd) { lineBottom = view.bottom.toFloat() } }